From 8db41da676ac8368ef7c2549d56239a5ff5eedde Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 2 Jan 2024 18:56:31 +0100 Subject: Delete vendor directory --- vendor/github.com/rs/xid/hostid_fallback.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vendor/github.com/rs/xid/hostid_fallback.go (limited to 'vendor/github.com/rs/xid/hostid_fallback.go') diff --git a/vendor/github.com/rs/xid/hostid_fallback.go b/vendor/github.com/rs/xid/hostid_fallback.go deleted file mode 100644 index 7fbd3c0..0000000 --- a/vendor/github.com/rs/xid/hostid_fallback.go +++ /dev/null @@ -1,9 +0,0 @@ -// +build !darwin,!linux,!freebsd,!windows - -package xid - -import "errors" - -func readPlatformMachineID() (string, error) { - return "", errors.New("not implemented") -} -- cgit v1.2.3