Skip to content

Commit

Permalink
⬆️ updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwhile committed Mar 10, 2021
1 parent 427f7b0 commit b8ac4c7
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 31 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ go 1.15

require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/containerd/containerd v1.4.3 // indirect
github.com/containerd/containerd v1.4.4 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.1+incompatible
github.com/docker/docker v20.10.5+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sqooba/go-common v0.0.0-20210312063917-35b2ebfb97ab
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.34.0 // indirect
github.com/sqooba/go-common v0.0.0-20201231000000
)

replace (
github.com/sqooba/go-common => ../sqooba-go-common
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
google.golang.org/genproto v0.0.0-20210311153111-e2979279ddde // indirect
google.golang.org/grpc v1.36.0 // indirect
)
Loading

0 comments on commit b8ac4c7

Please sign in to comment.