mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-17 15:51:17 +00:00
host-timesync-daemon: Use Go Modules
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
This commit is contained in:
9
pkg/host-timesync-daemon/go.mod
Normal file
9
pkg/host-timesync-daemon/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module github.com/linuxkit/linuxkit/pkg/host-timesync-daemon
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/linuxkit/virtsock v0.0.0-20180323111827-f1e32d3189e0
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
||||
)
|
Reference in New Issue
Block a user