-
Notifications
You must be signed in to change notification settings - Fork 24
plugincontainer: upgrade docker/docker package to v26.1.5 #126
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
Merged
johanbrandhorst
merged 1 commit into
hashicorp:main
from
odvarkadaniel:bump-docker-version
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,42 +1,52 @@ | ||
| module github.com/hashicorp/go-secure-stdlib/plugincontainer | ||
|
|
||
| go 1.20 | ||
| go 1.21 | ||
|
|
||
| require ( | ||
| github.com/docker/docker v24.0.7+incompatible | ||
| github.com/docker/docker v26.1.5+incompatible | ||
| github.com/hashicorp/go-hclog v1.5.0 | ||
| github.com/hashicorp/go-plugin v1.6.0 | ||
| github.com/joshlf/go-acl v0.0.0-20200411065538-eae00ae38531 | ||
| golang.org/x/sys v0.13.0 | ||
| google.golang.org/grpc v1.57.1 | ||
| google.golang.org/protobuf v1.31.0 | ||
| golang.org/x/sys v0.19.0 | ||
| google.golang.org/grpc v1.63.2 | ||
| google.golang.org/protobuf v1.33.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/Microsoft/go-winio v0.6.1 // indirect | ||
| github.com/docker/distribution v2.8.2+incompatible // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/go-connections v0.4.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/fatih/color v1.14.1 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-logr/logr v1.4.1 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/hashicorp/yamux v0.1.1 // indirect | ||
| github.com/joshlf/testutil v0.0.0-20170608050642-b5d8aa79d93d // indirect | ||
| github.com/mattn/go-colorable v0.1.13 // indirect | ||
| github.com/mattn/go-isatty v0.0.17 // indirect | ||
| github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/term v0.5.0 // indirect | ||
| github.com/morikuni/aec v1.0.0 // indirect | ||
| github.com/oklog/run v1.1.0 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/opencontainers/image-spec v1.0.2 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/stretchr/testify v1.8.3 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect | ||
| go.opentelemetry.io/otel v1.26.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.26.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.26.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.26.0 // indirect | ||
| golang.org/x/mod v0.9.0 // indirect | ||
| golang.org/x/net v0.17.0 // indirect | ||
| golang.org/x/text v0.13.0 // indirect | ||
| golang.org/x/net v0.23.0 // indirect | ||
| golang.org/x/text v0.14.0 // indirect | ||
| golang.org/x/time v0.3.0 // indirect | ||
| golang.org/x/tools v0.7.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect | ||
| gotest.tools/v3 v3.5.0 // indirect | ||
| ) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.