Skip to content

Commit 025b356

Browse files
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
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] <[email protected]>
1 parent 5bcb16e commit 025b356

File tree

498 files changed

+61692
-14709
lines changed

Some content is hidden

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

498 files changed

+61692
-14709
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ require (
88
github.com/fluxcd/pkg/oci v0.30.0
99
github.com/fluxcd/pkg/tar v0.2.0
1010
github.com/fxamacker/cbor/v2 v2.5.0
11-
github.com/go-git/go-git/v5 v5.11.0
11+
github.com/go-git/go-git/v5 v5.13.0
1212
github.com/google/go-containerregistry v0.15.2
1313
github.com/google/uuid v1.3.0
1414
github.com/in-toto/in-toto-golang v0.9.0
15-
github.com/onsi/gomega v1.27.10
15+
github.com/onsi/gomega v1.34.1
1616
github.com/otiai10/copy v1.12.0
1717
github.com/rs/zerolog v1.28.0
1818
github.com/secure-systems-lab/go-securesystemslib v0.6.0
@@ -31,7 +31,7 @@ require (
3131
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
3232
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3333
github.com/Microsoft/go-winio v0.6.1 // indirect
34-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
34+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
3535
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
3636
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
3737
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
@@ -54,7 +54,7 @@ require (
5454
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5555
github.com/cloudflare/circl v1.3.7 // indirect
5656
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
57-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
57+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
5858
github.com/davecgh/go-spew v1.1.1 // indirect
5959
github.com/docker/cli v23.0.5+incompatible // indirect
6060
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -72,8 +72,8 @@ require (
7272
github.com/fsnotify/fsnotify v1.6.0 // indirect
7373
github.com/go-errors/errors v1.4.2 // indirect
7474
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
75-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
76-
github.com/go-logr/logr v1.2.4 // indirect
75+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
76+
github.com/go-logr/logr v1.4.1 // indirect
7777
github.com/go-openapi/jsonpointer v0.19.6 // indirect
7878
github.com/go-openapi/jsonreference v0.20.2 // indirect
7979
github.com/go-openapi/swag v0.22.3 // indirect
@@ -117,9 +117,9 @@ require (
117117
github.com/prometheus/client_model v0.4.0 // indirect
118118
github.com/prometheus/common v0.42.0 // indirect
119119
github.com/prometheus/procfs v0.9.0 // indirect
120-
github.com/sergi/go-diff v1.1.0 // indirect
120+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
121121
github.com/shibumi/go-pathspec v1.3.0 // indirect
122-
github.com/skeema/knownhosts v1.2.1 // indirect
122+
github.com/skeema/knownhosts v1.3.0 // indirect
123123
github.com/spf13/cobra v1.7.0 // indirect
124124
github.com/spf13/pflag v1.0.5 // indirect
125125
github.com/theupdateframework/go-tuf v0.5.2 // indirect
@@ -131,21 +131,22 @@ require (
131131
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 // indirect
132132
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50 // indirect
133133
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f // indirect
134-
golang.org/x/crypto v0.17.0 // indirect
135-
golang.org/x/mod v0.12.0 // indirect
136-
golang.org/x/net v0.19.0 // indirect
134+
golang.org/x/crypto v0.31.0 // indirect
135+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
136+
golang.org/x/mod v0.19.0 // indirect
137+
golang.org/x/net v0.33.0 // indirect
137138
golang.org/x/oauth2 v0.9.0 // indirect
138-
golang.org/x/sync v0.3.0 // indirect
139-
golang.org/x/sys v0.15.0 // indirect
140-
golang.org/x/term v0.15.0 // indirect
141-
golang.org/x/text v0.14.0 // indirect
139+
golang.org/x/sync v0.10.0 // indirect
140+
golang.org/x/sys v0.28.0 // indirect
141+
golang.org/x/term v0.27.0 // indirect
142+
golang.org/x/text v0.21.0 // indirect
142143
golang.org/x/time v0.3.0 // indirect
143-
golang.org/x/tools v0.13.0 // indirect
144+
golang.org/x/tools v0.23.0 // indirect
144145
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
145146
google.golang.org/appengine v1.6.7 // indirect
146147
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
147148
google.golang.org/grpc v1.56.3 // indirect
148-
google.golang.org/protobuf v1.31.0 // indirect
149+
google.golang.org/protobuf v1.34.1 // indirect
149150
gopkg.in/inf.v0 v0.9.1 // indirect
150151
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
151152
gopkg.in/warnings.v0 v0.1.2 // indirect

go.sum

Lines changed: 48 additions & 77 deletions
Large diffs are not rendered by default.

vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go

Lines changed: 3 additions & 2 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/armor/armor.go

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

Lines changed: 57 additions & 20 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/canonical_text.go

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

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

0 commit comments

Comments
 (0)