Skip to content

Commit effe383

Browse files
authored
Updates github.com/go-git/go-git to v5.13.1 (#37)
Addresses [CWE-88](https://cwe.mitre.org/data/definitions/88.html)
1 parent beb7aaa commit effe383

File tree

2 files changed

+89
-250
lines changed

2 files changed

+89
-250
lines changed

go.mod

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,46 @@
11
module github.com/hashicorp/go-changelog
22

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

57
require (
6-
github.com/go-git/go-billy/v5 v5.5.0
7-
github.com/go-git/go-git/v5 v5.11.0
8+
github.com/go-git/go-billy/v5 v5.6.1
9+
github.com/go-git/go-git/v5 v5.13.1
810
github.com/google/go-github v17.0.0+incompatible
9-
github.com/google/go-querystring v1.0.0 // indirect
1011
github.com/manifoldco/promptui v0.8.0
1112
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
12-
golang.org/x/sync v0.3.0
13+
golang.org/x/sync v0.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/chzyer/readline v1.5.1 // indirect
21+
github.com/cloudflare/circl v1.3.7 // indirect
22+
github.com/cyphar/filepath-securejoin v0.3.6 // 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/golang/protobuf v1.5.3 // indirect
27+
github.com/google/go-querystring v1.0.0 // indirect
28+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
29+
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
30+
github.com/kevinburke/ssh_config v1.2.0 // indirect
31+
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
32+
github.com/mattn/go-colorable v0.0.9 // indirect
33+
github.com/mattn/go-isatty v0.0.4 // indirect
34+
github.com/pjbgf/sha1cd v0.3.0 // indirect
35+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
36+
github.com/skeema/knownhosts v1.3.0 // indirect
37+
github.com/xanzy/ssh-agent v0.3.3 // indirect
38+
golang.org/x/crypto v0.31.0 // indirect
39+
golang.org/x/mod v0.19.0 // indirect
40+
golang.org/x/net v0.33.0 // indirect
41+
golang.org/x/sys v0.28.0 // indirect
42+
golang.org/x/tools v0.23.0 // indirect
43+
google.golang.org/appengine v1.4.0 // indirect
44+
google.golang.org/protobuf v1.34.1 // indirect
45+
gopkg.in/warnings.v0 v0.1.2 // indirect
1346
)

0 commit comments

Comments
 (0)