mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-17 15:51:17 +00:00
pkg/host-timesync-daemon bump x/sys version
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
module github.com/linuxkit/linuxkit/pkg/host-timesync-daemon
|
||||
|
||||
go 1.15
|
||||
go 1.21
|
||||
|
||||
require github.com/linuxkit/virtsock v0.0.0-20180323111827-f1e32d3189e0
|
||||
|
||||
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
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user