Skip to content

Commit 2f1af85

Browse files
authored
Merge pull request #2313 from buildpacks/dependabot/go_modules/go-dependencies-f423d7769f
build(deps): bump the go-dependencies group across 1 directory with 7 updates
2 parents 33e32aa + b79c5ea commit 2f1af85

2 files changed

Lines changed: 71 additions & 45 deletions

File tree

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ require (
1212
github.com/docker/docker v27.4.1+incompatible
1313
github.com/docker/go-connections v0.5.0
1414
github.com/dustin/go-humanize v1.0.1
15-
github.com/gdamore/tcell/v2 v2.7.4
16-
github.com/go-git/go-git/v5 v5.13.0
15+
github.com/gdamore/tcell/v2 v2.8.0
16+
github.com/go-git/go-git/v5 v5.13.1
1717
github.com/golang/mock v1.6.0
1818
github.com/google/go-cmp v0.6.0
1919
github.com/google/go-containerregistry v0.20.2
2020
github.com/google/go-github/v30 v30.1.0
2121
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
2222
github.com/heroku/color v0.0.6
2323
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
24-
github.com/onsi/gomega v1.36.1
24+
github.com/onsi/gomega v1.36.2
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/opencontainers/image-spec v1.1.0
2727
github.com/pelletier/go-toml v1.9.5
@@ -30,12 +30,12 @@ require (
3030
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
3131
github.com/sclevine/spec v1.4.0
3232
github.com/spf13/cobra v1.8.1
33-
golang.org/x/crypto v0.31.0
33+
golang.org/x/crypto v0.32.0
3434
golang.org/x/mod v0.22.0
35-
golang.org/x/oauth2 v0.24.0
35+
golang.org/x/oauth2 v0.25.0
3636
golang.org/x/sync v0.10.0
37-
golang.org/x/sys v0.28.0
38-
golang.org/x/term v0.27.0
37+
golang.org/x/sys v0.29.0
38+
golang.org/x/term v0.28.0
3939
golang.org/x/text v0.21.0
4040
gopkg.in/yaml.v3 v3.0.1
4141
)
@@ -77,7 +77,7 @@ require (
7777
github.com/containerd/log v0.1.0 // indirect
7878
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
7979
github.com/containerd/typeurl/v2 v2.1.1 // indirect
80-
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
80+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
8181
github.com/dimchansky/utfbom v1.1.1 // indirect
8282
github.com/distribution/reference v0.6.0 // indirect
8383
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -86,9 +86,9 @@ require (
8686
github.com/docker/go-units v0.5.0 // indirect
8787
github.com/emirpasic/gods v1.18.1 // indirect
8888
github.com/felixge/httpsnoop v1.0.4 // indirect
89-
github.com/gdamore/encoding v1.0.0 // indirect
89+
github.com/gdamore/encoding v1.0.1 // indirect
9090
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
91-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
91+
github.com/go-git/go-billy/v5 v5.6.1 // indirect
9292
github.com/go-logr/logr v1.4.2 // indirect
9393
github.com/go-logr/stdr v1.2.2 // indirect
9494
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
@@ -107,7 +107,7 @@ require (
107107
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
108108
github.com/mattn/go-colorable v0.1.13 // indirect
109109
github.com/mattn/go-isatty v0.0.20 // indirect
110-
github.com/mattn/go-runewidth v0.0.15 // indirect
110+
github.com/mattn/go-runewidth v0.0.16 // indirect
111111
github.com/mitchellh/go-homedir v1.1.0 // indirect
112112
github.com/moby/buildkit v0.14.1 // indirect
113113
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -138,7 +138,7 @@ require (
138138
go.opentelemetry.io/otel/metric v1.25.0 // indirect
139139
go.opentelemetry.io/otel/trace v1.25.0 // indirect
140140
golang.org/x/net v0.33.0 // indirect
141-
google.golang.org/protobuf v1.35.1 // indirect
141+
google.golang.org/protobuf v1.36.1 // indirect
142142
gopkg.in/warnings.v0 v0.1.2 // indirect
143143
gopkg.in/yaml.v2 v2.4.0 // indirect
144144
)

0 commit comments

Comments
 (0)