File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/buildpacks/github-actions
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.23.7
6
6
7
7
require (
8
8
github.com/buildpacks/libcnb v1.30.4
@@ -23,7 +23,7 @@ require (
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
24
github.com/docker/cli v28.0.1+incompatible // indirect
25
25
github.com/docker/distribution v2.8.3+incompatible // indirect
26
- github.com/docker/docker-credential-helpers v0.9.2 // indirect
26
+ github.com/docker/docker-credential-helpers v0.9.3 // indirect
27
27
github.com/google/go-cmp v0.7.0 // indirect
28
28
github.com/google/go-querystring v1.1.0 // indirect
29
29
github.com/klauspost/compress v1.18.0 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/docker/cli v28.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl
13
13
github.com/docker/cli v28.0.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
14
14
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
15
15
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
16
- github.com/docker/docker-credential-helpers v0.9.2 h1:50JF7ADQiHdAVBRtg/vy883Y4U5+5GmPOBNtUU+X+6A =
17
- github.com/docker/docker-credential-helpers v0.9.2 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
16
+ github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8 =
17
+ github.com/docker/docker-credential-helpers v0.9.3 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
18
18
github.com/frankban/quicktest v1.2.2 h1:xfmOhhoH5fGPgbEAlhLpJH9p0z/0Qizio9osmvn9IUY =
19
19
github.com/frankban/quicktest v1.2.2 /go.mod h1:Qh/WofXFeiAFII1aEBu529AtJo6Zg2VHscnEsbBnJ20 =
20
20
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY =
You can’t perform that action at this time.
0 commit comments