Skip to content

Commit

Permalink
vendor: github.com/docker/compose 3881690
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Jan 19, 2024
1 parent 61d4f18 commit 368f2f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.

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.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# github.com/docker/buildx v0.12.1
# github.com/docker/scout-cli v1.3.0
# github.com/docker/cli v25.0.1-0.20240119143135-01f933261885+incompatible
# github.com/docker/compose/v2 v2.24.1
# github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.1
require (
github.com/docker/buildx v0.12.1 // indirect
github.com/docker/cli v25.0.1-0.20240119143135-01f933261885+incompatible // indirect
github.com/docker/compose/v2 v2.24.1 // indirect
github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47 // indirect
github.com/docker/scout-cli v1.3.0 // indirect
github.com/moby/buildkit v0.13.0-beta1.0.20240116143623-28ce478b1fde // indirect
github.com/moby/moby v25.0.0+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ github.com/docker/compose/v2 v2.24.0 h1:Gvmg3E5/Rqa4G340sYcUk/DIegT5Nod2ZV3MqR24
github.com/docker/compose/v2 v2.24.0/go.mod h1:sDypMTKq6Mrp0W5NZ6+uiqxR9zEukI1RVuFRqwBTljs=
github.com/docker/compose/v2 v2.24.1 h1:Mk14AOkxetMKrWb1bOnx7bEfS+v/moaCZnU69QqUw6A=
github.com/docker/compose/v2 v2.24.1/go.mod h1:rrqu0bPBN/HD2wRSNwVN+V9SDfhVQnKxF1DP9B9WOdI=
github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47 h1:4vvuN0itjUryASt/WgrrLt7Tat7L53Ovt6Y1tLmVZPQ=
github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47/go.mod h1:YMMi6kNJdi3gELhMyhdnZinMiZvSWoyAl6i7XoeqFDg=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod h1:CADgU4DSXK5QUlFslkQu2yW2TKzFZcXq/leZfM0UH5Q=
Expand Down

0 comments on commit 368f2f2

Please sign in to comment.