Skip to content

Commit ae4d1b3

Browse files
Bump github.com/go-git/go-git/v5 in /tools/go-changelog
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.17.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.17.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5db79b commit ae4d1b3

File tree

2 files changed

+65
-111
lines changed

2 files changed

+65
-111
lines changed

tools/go-changelog/go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.8
66

77
require (
8-
github.com/go-git/go-billy/v5 v5.5.0
9-
github.com/go-git/go-git/v5 v5.11.0
8+
github.com/go-git/go-billy/v5 v5.8.0
9+
github.com/go-git/go-git/v5 v5.17.1
1010
github.com/google/go-github/v68 v68.0.0
1111
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
1212
golang.org/x/sync v0.3.0
1313
)
1414

1515
require (
1616
dario.cat/mergo v1.0.0 // indirect
17-
github.com/Microsoft/go-winio v0.6.1 // indirect
18-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
19-
github.com/cloudflare/circl v1.6.1 // indirect
20-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
17+
github.com/Microsoft/go-winio v0.6.2 // indirect
18+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
19+
github.com/cloudflare/circl v1.6.3 // indirect
20+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2121
github.com/emirpasic/gods v1.18.1 // indirect
2222
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
23-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24-
github.com/golang/protobuf v1.5.3 // indirect
23+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
24+
github.com/golang/protobuf v1.5.4 // indirect
2525
github.com/google/go-querystring v1.1.0 // indirect
2626
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2727
github.com/kevinburke/ssh_config v1.2.0 // indirect
28-
github.com/pjbgf/sha1cd v0.3.0 // indirect
29-
github.com/sergi/go-diff v1.1.0 // indirect
30-
github.com/skeema/knownhosts v1.2.1 // indirect
28+
github.com/pjbgf/sha1cd v0.3.2 // indirect
29+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
30+
github.com/skeema/knownhosts v1.3.1 // indirect
3131
github.com/xanzy/ssh-agent v0.3.3 // indirect
32-
golang.org/x/crypto v0.36.0 // indirect
33-
golang.org/x/mod v0.12.0 // indirect
34-
golang.org/x/net v0.38.0 // indirect
35-
golang.org/x/sys v0.31.0 // indirect
36-
golang.org/x/tools v0.13.0 // indirect
32+
golang.org/x/crypto v0.45.0 // indirect
33+
golang.org/x/net v0.47.0 // indirect
34+
golang.org/x/sys v0.38.0 // indirect
3735
google.golang.org/appengine v1.4.0 // indirect
38-
google.golang.org/protobuf v1.28.0 // indirect
36+
google.golang.org/protobuf v1.33.0 // indirect
3937
gopkg.in/warnings.v0 v0.1.2 // indirect
4038
)

0 commit comments

Comments
 (0)