Skip to content

Commit 50a1d50

Browse files
build(deps): 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: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5d7f3a commit 50a1d50

File tree

2 files changed

+52
-68
lines changed

2 files changed

+52
-68
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/BurntSushi/toml v1.3.2 // indirect
2424
github.com/Masterminds/semver v1.5.0 // indirect
2525
github.com/Microsoft/go-winio v0.6.1 // indirect
26-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
26+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2727
github.com/agext/levenshtein v1.2.3 // indirect
2828
github.com/apex/log v1.9.0 // indirect
2929
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
@@ -49,7 +49,7 @@ require (
4949
github.com/containerd/log v0.1.0 // indirect
5050
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
5151
github.com/containerd/typeurl v1.0.2 // indirect
52-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
52+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
5353
github.com/dimchansky/utfbom v1.1.1 // indirect
5454
github.com/docker/cli v24.0.5+incompatible // indirect
5555
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -62,8 +62,8 @@ require (
6262
github.com/gdamore/encoding v1.0.0 // indirect
6363
github.com/gdamore/tcell/v2 v2.6.0 // indirect
6464
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
65-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
66-
github.com/go-git/go-git/v5 v5.11.0 // indirect
65+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
66+
github.com/go-git/go-git/v5 v5.13.0 // indirect
6767
github.com/gogo/protobuf v1.3.2 // indirect
6868
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
6969
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -95,23 +95,23 @@ require (
9595
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 // indirect
9696
github.com/rivo/uniseg v0.4.3 // indirect
9797
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
98-
github.com/sergi/go-diff v1.2.0 // indirect
98+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
9999
github.com/sirupsen/logrus v1.9.3 // indirect
100-
github.com/skeema/knownhosts v1.2.1 // indirect
100+
github.com/skeema/knownhosts v1.3.0 // indirect
101101
github.com/vbatts/tar-split v0.11.3 // indirect
102102
github.com/xanzy/ssh-agent v0.3.3 // indirect
103103
go.opencensus.io v0.24.0 // indirect
104104
go.uber.org/atomic v1.4.0 // indirect
105105
go.uber.org/multierr v1.1.0 // indirect
106106
go.uber.org/zap v1.10.0 // indirect
107-
golang.org/x/crypto v0.17.0 // indirect
108-
golang.org/x/mod v0.12.0 // indirect
109-
golang.org/x/net v0.19.0 // indirect
110-
golang.org/x/sync v0.3.0 // indirect
111-
golang.org/x/sys v0.15.0 // indirect
112-
golang.org/x/term v0.15.0 // indirect
113-
golang.org/x/text v0.14.0 // indirect
114-
golang.org/x/tools v0.13.0 // indirect
107+
golang.org/x/crypto v0.31.0 // indirect
108+
golang.org/x/mod v0.17.0 // indirect
109+
golang.org/x/net v0.33.0 // indirect
110+
golang.org/x/sync v0.10.0 // indirect
111+
golang.org/x/sys v0.28.0 // indirect
112+
golang.org/x/term v0.27.0 // indirect
113+
golang.org/x/text v0.21.0 // indirect
114+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
115115
google.golang.org/protobuf v1.33.0 // indirect
116116
gopkg.in/warnings.v0 v0.1.2 // indirect
117117
)

0 commit comments

Comments
 (0)