Skip to content

Commit a6b9209

Browse files
Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.12.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.0.0 to 5.12.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.0.0...v5.12.0) --- 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] <support@github.com>
1 parent 9fbf58b commit a6b9209

File tree

2 files changed

+134
-60
lines changed

2 files changed

+134
-60
lines changed

go.mod

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,40 @@ toolchain go1.22.1
66

77
require (
88
github.com/codecrafters-io/tester-utils v0.2.34
9-
github.com/go-git/go-billy/v5 v5.0.0
10-
github.com/go-git/go-git/v5 v5.0.0
9+
github.com/go-git/go-billy/v5 v5.5.0
10+
github.com/go-git/go-git/v5 v5.12.0
1111
)
1212

1313
// Use this to test locally
1414
// replace github.com/codecrafters-io/tester-utils v0.2.0 => /Users/rohitpaulk/experiments/codecrafters/tester-utils
1515

1616
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.0.0 // indirect
20+
github.com/cloudflare/circl v1.3.7 // indirect
21+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
1722
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/emirpasic/gods v1.12.0 // indirect
23+
github.com/emirpasic/gods v1.18.1 // indirect
1924
github.com/fatih/color v1.17.0 // indirect
20-
github.com/go-git/gcfg v1.5.0 // indirect
25+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2127
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
22-
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
28+
github.com/kevinburke/ssh_config v1.2.0 // indirect
2329
github.com/mattn/go-colorable v0.1.13 // indirect
2430
github.com/mattn/go-isatty v0.0.20 // indirect
25-
github.com/mitchellh/go-homedir v1.1.0 // indirect
2631
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
32+
github.com/pjbgf/sha1cd v0.3.0 // indirect
2733
github.com/pmezard/go-difflib v1.0.0 // indirect
28-
github.com/sergi/go-diff v1.1.0 // indirect
29-
github.com/stretchr/testify v1.8.4 // indirect
30-
github.com/xanzy/ssh-agent v0.2.1 // indirect
31-
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
32-
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
34+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
35+
github.com/skeema/knownhosts v1.2.2 // indirect
36+
github.com/stretchr/testify v1.9.0 // indirect
37+
github.com/xanzy/ssh-agent v0.3.3 // indirect
38+
golang.org/x/crypto v0.21.0 // indirect
39+
golang.org/x/mod v0.12.0 // indirect
40+
golang.org/x/net v0.22.0 // indirect
3341
golang.org/x/sys v0.22.0 // indirect
42+
golang.org/x/tools v0.13.0 // indirect
3443
gopkg.in/warnings.v0 v0.1.2 // indirect
3544
gopkg.in/yaml.v2 v2.4.0 // indirect
3645
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)