Skip to content

Commit

Permalink
fix(deps): update module github.com/docker/docker to v27.3.1+incompat…
Browse files Browse the repository at this point in the history
…ible
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 6c471a4 commit 5fbb48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/storage/dbstorage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora
go 1.22.0

require (
github.com/docker/docker v27.1.1+incompatible
github.com/docker/docker v27.3.1+incompatible
github.com/docker/go-connections v0.5.0
github.com/jackc/pgx/v5 v5.7.1
github.com/mattn/go-sqlite3 v1.14.24
Expand Down Expand Up @@ -51,6 +51,7 @@ require (
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/user v0.1.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions extension/storage/dbstorage/go.sum

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

0 comments on commit 5fbb48f

Please sign in to comment.