Skip to content

Commit a7c1398

Browse files
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.7.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.7.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.4.2...v5.7.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 f430874 commit a7c1398

419 files changed

Lines changed: 25400 additions & 3451 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: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
1212
github.com/containerd/cgroups v1.1.0 // indirect
1313
github.com/docker/docker v23.0.3+incompatible
14-
github.com/go-git/go-billy/v5 v5.3.1
15-
github.com/go-git/go-git/v5 v5.4.2
14+
github.com/go-git/go-billy/v5 v5.4.1
15+
github.com/go-git/go-git/v5 v5.7.0
1616
github.com/golang/mock v1.6.0
1717
github.com/google/go-cmp v0.5.9
1818
github.com/google/go-containerregistry v0.14.0
@@ -27,7 +27,7 @@ require (
2727
github.com/spf13/afero v1.9.2
2828
github.com/spf13/cobra v1.6.1
2929
github.com/spf13/pflag v1.0.5
30-
golang.org/x/net v0.8.0
30+
golang.org/x/net v0.10.0
3131
golang.org/x/oauth2 v0.6.0
3232
golang.org/x/sync v0.1.0
3333
)
@@ -61,8 +61,8 @@ require (
6161
github.com/Azure/go-autorest/logger v0.2.1 // indirect
6262
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
6363
github.com/Microsoft/go-winio v0.6.0 // indirect
64-
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
65-
github.com/acomagu/bufpipe v1.0.3 // indirect
64+
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
65+
github.com/acomagu/bufpipe v1.0.4 // indirect
6666
github.com/agext/levenshtein v1.2.3 // indirect
6767
github.com/aws/aws-sdk-go-v2 v1.17.7 // indirect
6868
github.com/aws/aws-sdk-go-v2/config v1.18.19 // indirect
@@ -92,8 +92,8 @@ require (
9292
github.com/docker/go-metrics v0.0.1 // indirect
9393
github.com/docker/go-units v0.5.0 // indirect
9494
github.com/ePirat/docker-credential-gitlabci v1.0.0
95-
github.com/emirpasic/gods v1.12.0 // indirect
96-
github.com/go-git/gcfg v1.5.0 // indirect
95+
github.com/emirpasic/gods v1.18.1 // indirect
96+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9797
github.com/godbus/dbus/v5 v5.1.0 // indirect
9898
github.com/gogo/protobuf v1.3.2 // indirect
9999
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
@@ -104,11 +104,11 @@ require (
104104
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
105105
github.com/hashicorp/go-memdb v1.3.2 // indirect
106106
github.com/hashicorp/golang-lru v0.5.4 // indirect
107-
github.com/imdario/mergo v0.3.13 // indirect
107+
github.com/imdario/mergo v0.3.15 // indirect
108108
github.com/inconshreveable/mousetrap v1.1.0 // indirect
109109
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
110110
github.com/jmespath/go-jmespath v0.4.0 // indirect
111-
github.com/kevinburke/ssh_config v1.1.0 // indirect
111+
github.com/kevinburke/ssh_config v1.2.0 // indirect
112112
github.com/klauspost/compress v1.16.0 // indirect
113113
github.com/mattn/go-ieproxy v0.0.2 // indirect
114114
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
@@ -136,13 +136,13 @@ require (
136136
github.com/sergi/go-diff v1.2.0 // indirect
137137
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
138138
github.com/vbatts/tar-split v0.11.2 // indirect
139-
github.com/xanzy/ssh-agent v0.3.1 // indirect
139+
github.com/xanzy/ssh-agent v0.3.3 // indirect
140140
go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
141141
go.opencensus.io v0.24.0 // indirect
142142
go.uber.org/goleak v1.2.1 // indirect
143-
golang.org/x/crypto v0.2.0 // indirect
144-
golang.org/x/sys v0.6.0
145-
golang.org/x/text v0.8.0 // indirect
143+
golang.org/x/crypto v0.9.0 // indirect
144+
golang.org/x/sys v0.8.0
145+
golang.org/x/text v0.9.0 // indirect
146146
golang.org/x/time v0.1.0 // indirect
147147
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
148148
google.golang.org/api v0.110.0
@@ -158,6 +158,7 @@ require (
158158
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.7 // indirect
159159
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.15.6 // indirect
160160
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 // indirect
161+
github.com/cloudflare/circl v1.3.3 // indirect
161162
github.com/fsnotify/fsnotify v1.6.0 // indirect
162163
github.com/google/go-querystring v1.1.0 // indirect
163164
github.com/google/subcommands v1.2.0 // indirect
@@ -166,6 +167,8 @@ require (
166167
github.com/mitchellh/mapstructure v1.4.1 // indirect
167168
github.com/moby/swarmkit/v2 v2.0.0-20230315203717-e28e8ba9bc83 // indirect
168169
github.com/pelletier/go-toml v1.9.5 // indirect
170+
github.com/pjbgf/sha1cd v0.3.0 // indirect
171+
github.com/skeema/knownhosts v1.1.1 // indirect
169172
github.com/spf13/cast v1.3.1 // indirect
170173
github.com/spf13/jwalterweatherman v1.1.0 // indirect
171174
github.com/spf13/viper v1.8.1 // indirect

go.sum

Lines changed: 57 additions & 53 deletions
Large diffs are not rendered by default.

vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.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.

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

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

vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go

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

vendor/github.com/ProtonMail/go-crypto/eax/eax.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.

vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.go

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

Lines changed: 5 additions & 5 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/ocb/rfc7253_test_vectors_suite_a.go

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

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

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

0 commit comments

Comments
 (0)