Skip to content

Commit c32438c

Browse files
build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 (#149)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d521377 commit c32438c

File tree

2 files changed

+28
-44
lines changed

2 files changed

+28
-44
lines changed

go.mod

Lines changed: 6 additions & 6 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.1 // indirect
6969
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -95,9 +95,9 @@ 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

0 commit comments

Comments
 (0)