Skip to content

Commit 7713923

Browse files
committed
go.{mod,sum}: update dependencies.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent a2f3354 commit 7713923

File tree

2 files changed

+633
-1
lines changed

2 files changed

+633
-1
lines changed

go.mod

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,28 @@ module github.com/container-orchestrated-devices/container-device-interface
33
go 1.14
44

55
require (
6+
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
7+
github.com/blang/semver v3.5.1+incompatible // indirect
8+
github.com/coreos/etcd v3.3.10+incompatible // indirect
9+
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
10+
github.com/cpuguy83/go-md2man v1.0.10 // indirect
611
github.com/davecgh/go-spew v1.1.1 // indirect
12+
github.com/fsnotify/fsnotify v1.5.1 // indirect
13+
github.com/hashicorp/go-multierror v1.1.1 // indirect
14+
github.com/mitchellh/go-homedir v1.1.0 // indirect
715
github.com/opencontainers/runtime-spec v1.0.2
8-
github.com/stretchr/testify v1.3.0
16+
github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e // indirect
17+
github.com/opencontainers/selinux v1.10.0 // indirect
18+
github.com/pkg/errors v0.9.1 // indirect
19+
github.com/sirupsen/logrus v1.8.1 // indirect
20+
github.com/spf13/cobra v1.2.1 // indirect
21+
github.com/spf13/viper v1.8.1 // indirect
22+
github.com/stretchr/testify v1.7.0
23+
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
24+
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
925
github.com/xeipuuv/gojsonschema v1.2.0
26+
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
27+
gopkg.in/fsnotify.v1 v1.4.7 // indirect
28+
gopkg.in/yaml.v2 v2.4.0 // indirect
29+
sigs.k8s.io/yaml v1.3.0 // indirect
1030
)

0 commit comments

Comments
 (0)