mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
11 lines
236 B
Modula-2
11 lines
236 B
Modula-2
module github.com/linuxkit/linuxkit/pkg/host-timesync-daemon
|
|
|
|
go 1.21
|
|
|
|
require github.com/linuxkit/virtsock v0.0.0-20180323111827-f1e32d3189e0
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|