Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/fsouza/go-dockerclient from 1.6.4 to 1.7.1 #86

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ module github.com/docker-exec/dexec
go 1.12

require (
github.com/docker/docker v0.7.3-0.20190309235953-33c3200e0d16
github.com/docker/docker v20.10.3-0.20210216175712-646072ed6524+incompatible
github.com/docker/go-units v0.4.0 // indirect
github.com/fsouza/go-dockerclient v1.6.4
github.com/golang/protobuf v1.3.1 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/fsouza/go-dockerclient v1.7.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
golang.org/x/sys v0.0.0-20190424175732-18eb32c0e2f0 // indirect
golang.org/x/text v0.3.1 // indirect
golang.org/x/tools v0.0.0-20190424220101-1e8e1cfdf96b // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)
Loading