Skip to content

Commit e761c01

Browse files
chore: bump github.com/go-git/go-git/v5 from 5.4.2 to 5.13.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.13.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.4.2...v5.13.2) --- 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] <[email protected]>
1 parent ed0003e commit e761c01

File tree

2 files changed

+87
-95
lines changed

2 files changed

+87
-95
lines changed

go.mod

+22-16
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,41 @@ go 1.18
44

55
require (
66
github.com/Masterminds/semver v1.5.0
7-
github.com/go-git/go-billy/v5 v5.3.1
8-
github.com/go-git/go-git/v5 v5.4.2
7+
github.com/go-git/go-billy/v5 v5.6.2
8+
github.com/go-git/go-git/v5 v5.13.2
99
github.com/mattn/go-isatty v0.0.20
1010
github.com/rs/zerolog v1.33.0
1111
github.com/spf13/cobra v1.9.1
1212
github.com/stretchr/testify v1.10.0
13-
golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75
13+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1414
)
1515

1616
require (
17-
github.com/Microsoft/go-winio v0.4.16 // indirect
18-
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
19-
github.com/acomagu/bufpipe v1.0.3 // indirect
17+
dario.cat/mergo v1.0.0 // indirect
18+
github.com/Microsoft/go-winio v0.6.1 // indirect
19+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
20+
github.com/cloudflare/circl v1.3.7 // indirect
21+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2022
github.com/davecgh/go-spew v1.1.1 // indirect
21-
github.com/emirpasic/gods v1.12.0 // indirect
22-
github.com/go-git/gcfg v1.5.0 // indirect
23-
github.com/imdario/mergo v0.3.12 // indirect
23+
github.com/emirpasic/gods v1.18.1 // indirect
24+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
25+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2426
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2527
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
26-
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
28+
github.com/kevinburke/ssh_config v1.2.0 // indirect
2729
github.com/mattn/go-colorable v0.1.13 // indirect
28-
github.com/mitchellh/go-homedir v1.1.0 // indirect
30+
github.com/pjbgf/sha1cd v0.3.2 // indirect
2931
github.com/pmezard/go-difflib v1.0.0 // indirect
30-
github.com/sergi/go-diff v1.2.0 // indirect
32+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
33+
github.com/skeema/knownhosts v1.3.0 // indirect
3134
github.com/spf13/pflag v1.0.6 // indirect
32-
github.com/xanzy/ssh-agent v0.3.0 // indirect
33-
golang.org/x/crypto v0.21.0 // indirect
34-
golang.org/x/net v0.23.0 // indirect
35-
golang.org/x/sys v0.18.0 // indirect
35+
github.com/xanzy/ssh-agent v0.3.3 // indirect
36+
golang.org/x/crypto v0.32.0 // indirect
37+
golang.org/x/mod v0.19.0 // indirect
38+
golang.org/x/net v0.34.0 // indirect
39+
golang.org/x/sync v0.10.0 // indirect
40+
golang.org/x/sys v0.29.0 // indirect
41+
golang.org/x/tools v0.23.0 // indirect
3642
gopkg.in/warnings.v0 v0.1.2 // indirect
3743
gopkg.in/yaml.v3 v3.0.1 // indirect
3844
)

0 commit comments

Comments
 (0)