Skip to content

Commit 66a2c10

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b44c32 commit 66a2c10

File tree

45 files changed

+1022
-2045
lines changed

Some content is hidden

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

45 files changed

+1022
-2045
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
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
88
github.com/cloudevents/sdk-go/v2 v2.14.0
99
github.com/containerd/containerd v1.7.6
10-
github.com/go-git/go-git/v5 v5.8.1
10+
github.com/go-git/go-git/v5 v5.9.0
1111
github.com/google/go-cmp v0.5.9
1212
github.com/google/go-containerregistry v0.16.1
1313
github.com/google/uuid v1.3.0
@@ -62,7 +62,7 @@ require (
6262
)
6363

6464
require (
65-
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
65+
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
6666
github.com/acomagu/bufpipe v1.0.4 // indirect
6767
github.com/emirpasic/gods v1.18.1 // indirect
6868
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -217,14 +217,14 @@ require (
217217
go.uber.org/automaxprocs v1.4.0 // indirect
218218
go.uber.org/multierr v1.10.0 // indirect
219219
golang.org/x/crypto v0.13.0 // indirect
220-
golang.org/x/mod v0.10.0 // indirect
220+
golang.org/x/mod v0.12.0 // indirect
221221
golang.org/x/net v0.15.0 // indirect
222222
golang.org/x/sync v0.3.0
223223
golang.org/x/sys v0.12.0 // indirect
224224
golang.org/x/term v0.12.0 // indirect
225225
golang.org/x/text v0.13.0 // indirect
226226
golang.org/x/time v0.3.0 // indirect
227-
golang.org/x/tools v0.9.1 // indirect
227+
golang.org/x/tools v0.13.0 // indirect
228228
google.golang.org/api v0.138.0 // indirect
229229
google.golang.org/appengine v1.6.7 // indirect
230230
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect

go.sum

Lines changed: 9 additions & 9 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/symmetrically_encrypted.go

Lines changed: 4 additions & 4 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/symmetrically_encrypted_aead.go

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

vendor/github.com/go-git/go-git/v5/options.go

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

vendor/github.com/go-git/go-git/v5/plumbing/transport/common.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-git/v5/plumbing/transport/http/common.go

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

vendor/github.com/go-git/go-git/v5/plumbing/transport/http/receive_pack.go

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

vendor/github.com/go-git/go-git/v5/plumbing/transport/http/upload_pack.go

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

vendor/github.com/go-git/go-git/v5/worktree.go

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

0 commit comments

Comments
 (0)