forked from lug/matterbridge
Update direct dependencies where possible
This commit is contained in:
4
vendor/github.com/rs/xid/hostid_freebsd.go
generated
vendored
4
vendor/github.com/rs/xid/hostid_freebsd.go
generated
vendored
@@ -2,8 +2,8 @@
|
||||
|
||||
package xid
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
import "syscall"
|
||||
|
||||
func readPlatformMachineID() (string, error) {
|
||||
return unix.Sysctl("kern.hostuuid")
|
||||
return syscall.Sysctl("kern.hostuuid")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user