go.mod 1006 Bytes
Newer Older
songlinfeng's avatar
songlinfeng committed
1
module dtk-container-toolkit
songlf's avatar
songlf committed
2

songlinfeng's avatar
songlinfeng committed
3
4
5
go 1.24.0

toolchain go1.24.6
songlinfeng's avatar
songlinfeng committed
6
7

require (
songlinfeng's avatar
songlinfeng committed
8
	github.com/gofrs/flock v0.13.0
songlinfeng's avatar
songlinfeng committed
9
10
11
12
	github.com/opencontainers/runtime-spec v1.2.1
	github.com/pelletier/go-toml v1.9.5
	github.com/sirupsen/logrus v1.9.3
	github.com/urfave/cli/v2 v2.27.5
songlinfeng's avatar
songlinfeng committed
13
	gopkg.in/ini.v1 v1.67.0
songlinfeng's avatar
songlinfeng committed
14
15
16
17
18
19
20
	tags.cncf.io/container-device-interface v0.8.1
	tags.cncf.io/container-device-interface/specs-go v0.8.0
)

require (
	github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
	github.com/fsnotify/fsnotify v1.8.0 // indirect
songlinfeng's avatar
songlinfeng committed
21
	github.com/kr/text v0.2.0 // indirect
songlinfeng's avatar
songlinfeng committed
22
	github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
songlinfeng's avatar
songlinfeng committed
23
	github.com/rogpeppe/go-internal v1.14.1 // indirect
songlinfeng's avatar
songlinfeng committed
24
25
26
27
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
	github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
	golang.org/x/mod v0.23.0 // indirect
songlinfeng's avatar
songlinfeng committed
28
	golang.org/x/sys v0.37.0 // indirect
songlinfeng's avatar
songlinfeng committed
29
30
	sigs.k8s.io/yaml v1.4.0 // indirect
)