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/docker/docker from 1.4.2-0.20161201193230-0020398c74e8 to 1.6.1 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 9 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ module github.com/tsuru/prometheus-conntrack
go 1.14

require (
github.com/Azure/go-ansiterm v0.0.0-20160622173216-fa152c58bc15 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Sirupsen/logrus v0.10.1-0.20160829202321-3ec0642a7fb6 // indirect
github.com/docker/docker v1.4.2-0.20161201193230-0020398c74e8 // indirect
github.com/docker/go-connections v0.2.2-0.20161115161849-4ccf312bf1d3 // indirect
github.com/docker/go-units v0.3.2-0.20161020213227-8a7beacffa30 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/docker/docker v23.0.1+incompatible // indirect
github.com/florianl/go-conntrack v0.1.1-0.20200305095641-39d61234c658
github.com/fsouza/go-dockerclient v0.0.0-20161206004320-4611598e6e66
github.com/gorilla/context v0.0.0-20160525203319-aed02d124ae4 // indirect
github.com/gorilla/mux v0.0.0-20160920230813-757bef944d0f // indirect
github.com/hashicorp/go-cleanhttp v0.0.0-20160407174126-ad28ea4487f0 // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/lorenzosaino/go-sysctl v0.1.0
github.com/opencontainers/runc v1.0.0-rc2.0.20161027022316-e7abf30cb820 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.6.0 // indirect
)
1,399 changes: 1,354 additions & 45 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/github.com/Azure/go-ansiterm/csi_entry_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/Azure/go-ansiterm/csi_param_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/Azure/go-ansiterm/escape_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/Azure/go-ansiterm/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Azure/go-ansiterm/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/Azure/go-ansiterm/osc_string_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 57 additions & 42 deletions vendor/github.com/Azure/go-ansiterm/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions vendor/github.com/Azure/go-ansiterm/parser_actions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading