Skip to content

Commit 997e345

Browse files
build(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.16.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.16.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.2...v5.16.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5882c commit 997e345

119 files changed

Lines changed: 3023 additions & 1896 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Microsoft/go-winio v0.6.2 // indirect
88
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
99
github.com/cloudevents/sdk-go/v2 v2.15.2
10-
github.com/go-git/go-git/v5 v5.13.2
10+
github.com/go-git/go-git/v5 v5.16.0
1111
github.com/google/go-cmp v0.7.0
1212
github.com/google/go-containerregistry v0.20.2
1313
github.com/google/uuid v1.6.0
@@ -55,7 +55,7 @@ require (
5555
)
5656

5757
require (
58-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
58+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
5959
github.com/emirpasic/gods v1.18.1 // indirect
6060
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6161
github.com/go-git/go-billy/v5 v5.6.2
@@ -89,8 +89,8 @@ require (
8989
github.com/aws/aws-sdk-go-v2/service/kms v1.37.13 // indirect
9090
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect
9191
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
92-
github.com/cloudflare/circl v1.3.7 // indirect
93-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
92+
github.com/cloudflare/circl v1.6.1 // indirect
93+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
9494
github.com/davidmz/go-pageant v1.0.2 // indirect
9595
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
9696
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/ryanuber/go-glob v1.0.0 // indirect
126126
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
127127
github.com/sigstore/protobuf-specs v0.4.0 // indirect
128-
github.com/skeema/knownhosts v1.3.0 // indirect
128+
github.com/skeema/knownhosts v1.3.1 // indirect
129129
github.com/stoewer/go-strcase v1.2.0 // indirect
130130
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
131131
github.com/x448/float16 v0.8.4 // indirect
@@ -197,7 +197,7 @@ require (
197197
github.com/gobuffalo/flect v1.0.3 // indirect
198198
github.com/gogo/protobuf v1.3.2 // indirect
199199
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
200-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
200+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
201201
github.com/golang/protobuf v1.5.4 // indirect
202202
github.com/google/gofuzz v1.2.0 // indirect
203203
github.com/hashicorp/go-version v1.7.0
@@ -230,13 +230,13 @@ require (
230230
github.com/vbatts/tar-split v0.11.3 // indirect
231231
go.uber.org/automaxprocs v1.6.0 // indirect
232232
go.uber.org/multierr v1.11.0 // indirect
233-
golang.org/x/crypto v0.32.0 // indirect
233+
golang.org/x/crypto v0.37.0 // indirect
234234
golang.org/x/mod v0.22.0 // indirect
235-
golang.org/x/net v0.34.0 // indirect
236-
golang.org/x/sync v0.11.0
237-
golang.org/x/sys v0.29.0 // indirect
238-
golang.org/x/term v0.28.0 // indirect
239-
golang.org/x/text v0.21.0 // indirect
235+
golang.org/x/net v0.39.0 // indirect
236+
golang.org/x/sync v0.13.0
237+
golang.org/x/sys v0.32.0 // indirect
238+
golang.org/x/term v0.31.0 // indirect
239+
golang.org/x/text v0.24.0 // indirect
240240
golang.org/x/time v0.9.0 // indirect
241241
golang.org/x/tools v0.29.0 // indirect
242242
google.golang.org/api v0.217.0 // indirect

go.sum

Lines changed: 28 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)