Skip to content

Commit 84bf3a1

Browse files
Bump github.com/go-git/go-git/v5 in /tools/eksDistroBuildToolingOpsTools
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.13.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.13.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f556d2 commit 84bf3a1

File tree

2 files changed

+49
-63
lines changed

2 files changed

+49
-63
lines changed

tools/eksDistroBuildToolingOpsTools/go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go v1.44.331
77
github.com/aws/eks-distro-build-tooling/release v0.0.0-20230825160528-c2a872cc4316
8-
github.com/go-git/go-billy/v5 v5.5.0
9-
github.com/go-git/go-git/v5 v5.11.0
8+
github.com/go-git/go-billy/v5 v5.6.0
9+
github.com/go-git/go-git/v5 v5.13.0
1010
github.com/go-logr/logr v1.2.4
1111
github.com/go-logr/zapr v1.2.4
1212
github.com/golang/mock v1.6.0
1313
github.com/google/go-github/v48 v48.2.0
1414
github.com/sirupsen/logrus v1.9.3
1515
github.com/spf13/cobra v1.7.0
1616
github.com/spf13/viper v1.16.0
17-
github.com/stretchr/testify v1.8.4
17+
github.com/stretchr/testify v1.10.0
1818
go.uber.org/zap v1.25.0
1919
golang.org/x/oauth2 v0.11.0
2020
k8s.io/test-infra v0.0.0-20230825153254-459f4d52bd54
@@ -38,7 +38,7 @@ require (
3838
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3939
github.com/GoogleCloudPlatform/testgrid v0.0.123 // indirect
4040
github.com/Microsoft/go-winio v0.6.1 // indirect
41-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
41+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
4242
github.com/andygrunwald/go-jira v1.14.0 // indirect
4343
github.com/beorn7/perks v1.0.1 // indirect
4444
github.com/blendle/zapdriver v1.3.1 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4848
github.com/clarketm/json v1.13.4 // indirect
4949
github.com/cloudflare/circl v1.3.7 // indirect
50-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
50+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
5151
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
5252
github.com/davecgh/go-spew v1.1.1 // indirect
5353
github.com/denormal/go-gitignore v0.0.0-20180930084346-ae8ad1d07817 // indirect
@@ -119,10 +119,10 @@ require (
119119
github.com/prometheus/common v0.37.0 // indirect
120120
github.com/prometheus/procfs v0.8.0 // indirect
121121
github.com/prometheus/statsd_exporter v0.21.0 // indirect
122-
github.com/sergi/go-diff v1.2.0 // indirect
122+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
123123
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228 // indirect
124124
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
125-
github.com/skeema/knownhosts v1.2.1 // indirect
125+
github.com/skeema/knownhosts v1.3.0 // indirect
126126
github.com/spf13/afero v1.9.5 // indirect
127127
github.com/spf13/cast v1.5.1 // indirect
128128
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -136,15 +136,15 @@ require (
136136
go.uber.org/multierr v1.11.0 // indirect
137137
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
138138
gocloud.dev v0.19.0 // indirect
139-
golang.org/x/crypto v0.21.0 // indirect
140-
golang.org/x/mod v0.12.0 // indirect
141-
golang.org/x/net v0.23.0 // indirect
142-
golang.org/x/sync v0.3.0 // indirect
143-
golang.org/x/sys v0.20.0 // indirect
144-
golang.org/x/term v0.18.0 // indirect
145-
golang.org/x/text v0.14.0 // indirect
139+
golang.org/x/crypto v0.31.0 // indirect
140+
golang.org/x/mod v0.17.0 // indirect
141+
golang.org/x/net v0.33.0 // indirect
142+
golang.org/x/sync v0.10.0 // indirect
143+
golang.org/x/sys v0.28.0 // indirect
144+
golang.org/x/term v0.27.0 // indirect
145+
golang.org/x/text v0.21.0 // indirect
146146
golang.org/x/time v0.3.0 // indirect
147-
golang.org/x/tools v0.13.0 // indirect
147+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
148148
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
149149
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
150150
google.golang.org/api v0.126.0 // indirect

0 commit comments

Comments
 (0)