|
1 | 1 | module github.com/container-orchestrated-devices/container-device-interface |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/blang/semver v3.5.1+incompatible // indirect |
7 | | - github.com/fsnotify/fsnotify v1.5.1 // indirect |
8 | 6 | github.com/hashicorp/go-multierror v1.1.1 |
9 | 7 | github.com/opencontainers/runc v1.0.3 |
10 | 8 | github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 |
11 | 9 | github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e |
12 | | - github.com/opencontainers/selinux v1.10.0 // indirect |
13 | 10 | github.com/pkg/errors v0.9.1 |
14 | 11 | github.com/spf13/cobra v1.2.1 |
15 | 12 | github.com/stretchr/testify v1.7.0 |
16 | 13 | github.com/xeipuuv/gojsonschema v1.2.0 |
17 | | - golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect |
18 | 14 | gopkg.in/fsnotify.v1 v1.4.7 |
19 | 15 | sigs.k8s.io/yaml v1.3.0 |
20 | 16 | ) |
| 17 | + |
| 18 | +require ( |
| 19 | + github.com/blang/semver v3.5.1+incompatible // indirect |
| 20 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 21 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 22 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 23 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 24 | + github.com/opencontainers/selinux v1.10.0 // indirect |
| 25 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 26 | + github.com/sirupsen/logrus v1.8.1 // indirect |
| 27 | + github.com/spf13/pflag v1.0.5 // indirect |
| 28 | + github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect |
| 29 | + github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect |
| 30 | + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| 31 | + golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect |
| 32 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 33 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 34 | +) |
0 commit comments