Skip to content

Commit cb2e360

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security]
1 parent 40db61c commit cb2e360

File tree

2 files changed

+111
-64
lines changed

2 files changed

+111
-64
lines changed

go.mod

+34-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,42 @@
11
module github.com/aevea/git/v3
22

3-
go 1.16
3+
go 1.21
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
79
github.com/apex/log v1.9.0
8-
github.com/go-git/go-billy/v5 v5.3.1
9-
github.com/go-git/go-git/v5 v5.4.2
10+
github.com/go-git/go-billy/v5 v5.6.0
11+
github.com/go-git/go-git/v5 v5.13.0
1012
github.com/magefile/mage v1.14.0
11-
github.com/stretchr/testify v1.8.1
13+
github.com/stretchr/testify v1.10.0
14+
)
15+
16+
require (
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.3 // indirect
20+
github.com/cloudflare/circl v1.3.7 // indirect
21+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
22+
github.com/davecgh/go-spew v1.1.1 // 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
26+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
27+
github.com/kevinburke/ssh_config v1.2.0 // indirect
28+
github.com/pjbgf/sha1cd v0.3.0 // indirect
29+
github.com/pkg/errors v0.9.1 // indirect
30+
github.com/pmezard/go-difflib v1.0.0 // indirect
31+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
32+
github.com/skeema/knownhosts v1.3.0 // indirect
33+
github.com/xanzy/ssh-agent v0.3.3 // indirect
34+
golang.org/x/crypto v0.31.0 // indirect
35+
golang.org/x/mod v0.19.0 // indirect
36+
golang.org/x/net v0.33.0 // indirect
37+
golang.org/x/sync v0.10.0 // indirect
38+
golang.org/x/sys v0.28.0 // indirect
39+
golang.org/x/tools v0.23.0 // indirect
40+
gopkg.in/warnings.v0 v0.1.2 // indirect
41+
gopkg.in/yaml.v3 v3.0.1 // indirect
1242
)

0 commit comments

Comments
 (0)