Skip to content

Commit c34ddf7

Browse files
authored
Merge pull request #95 from DCSO/deps
update dependency versions
2 parents d731e2b + 82aa0b1 commit c34ddf7

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,28 @@ require (
88
github.com/NeowayLabs/wabbit v0.0.0-20201021105516-ded4a9ef19d2
99
github.com/Showmax/go-fqdn v1.0.0 // indirect
1010
github.com/buger/jsonparser v1.1.1
11+
github.com/containerd/containerd v1.4.12
1112
github.com/fsnotify/fsnotify v1.4.9 // indirect
1213
github.com/fsouza/go-dockerclient v1.7.1 // indirect
1314
github.com/garyburd/redigo v1.6.2
1415
github.com/golang/protobuf v1.5.0
1516
github.com/gomodule/redigo v1.8.3 // indirect
1617
github.com/jinzhu/inflection v1.0.0 // indirect
18+
github.com/magefile/mage v1.10.0 // indirect
1719
github.com/mitchellh/go-homedir v1.1.0
1820
github.com/onsi/ginkgo v1.12.1 // indirect
1921
github.com/onsi/gomega v1.10.0 // indirect
22+
github.com/opencontainers/image-spec v1.0.2
23+
github.com/opencontainers/runc v1.0.3
2024
github.com/patrickmn/go-cache v2.1.0+incompatible
2125
github.com/pborman/uuid v1.2.1 // indirect
22-
github.com/sirupsen/logrus v1.8.0
26+
github.com/sirupsen/logrus v1.8.1
2327
github.com/spf13/cobra v1.1.3
2428
github.com/spf13/viper v1.7.1
2529
github.com/streadway/amqp v1.0.0
2630
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
2731
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect
2832
github.com/yl2chen/cidranger v1.0.2
29-
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
3033
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
3134
google.golang.org/grpc v1.27.0
3235
google.golang.org/protobuf v1.26.0

0 commit comments

Comments
 (0)