Skip to content

Commit 1975d5c

Browse files
Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.2...v5.14.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] <[email protected]>
1 parent 82410b8 commit 1975d5c

File tree

2 files changed

+37
-46
lines changed

2 files changed

+37
-46
lines changed

go.mod

+9-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/github/codeql-action-sync
33
go 1.24.0
44

55
require (
6-
github.com/go-git/go-git/v5 v5.13.2
6+
github.com/go-git/go-git/v5 v5.14.0
77
github.com/google/go-github/v32 v32.1.0
88
github.com/gorilla/mux v1.8.1
99
github.com/markbates/pkger v0.17.1
@@ -17,32 +17,29 @@ require (
1717

1818
require (
1919
dario.cat/mergo v1.0.0 // indirect
20-
github.com/Microsoft/go-winio v0.6.1 // indirect
20+
github.com/Microsoft/go-winio v0.6.2 // indirect
2121
github.com/ProtonMail/go-crypto v1.1.5 // indirect
22-
github.com/cloudflare/circl v1.3.7 // indirect
23-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
22+
github.com/cloudflare/circl v1.6.0 // indirect
23+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/emirpasic/gods v1.18.1 // indirect
2626
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2727
github.com/go-git/go-billy/v5 v5.6.2 // indirect
2828
github.com/gobuffalo/here v0.6.0 // indirect
29-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3030
github.com/google/go-querystring v1.0.0 // indirect
3131
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3232
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3333
github.com/kevinburke/ssh_config v1.2.0 // indirect
3434
github.com/pjbgf/sha1cd v0.3.2 // indirect
3535
github.com/pmezard/go-difflib v1.0.0 // indirect
3636
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
37-
github.com/skeema/knownhosts v1.3.0 // indirect
37+
github.com/skeema/knownhosts v1.3.1 // indirect
3838
github.com/spf13/pflag v1.0.6 // indirect
3939
github.com/xanzy/ssh-agent v0.3.3 // indirect
40-
golang.org/x/crypto v0.32.0 // indirect
41-
golang.org/x/mod v0.19.0 // indirect
42-
golang.org/x/net v0.34.0 // indirect
43-
golang.org/x/sync v0.10.0 // indirect
44-
golang.org/x/sys v0.29.0 // indirect
45-
golang.org/x/tools v0.23.0 // indirect
40+
golang.org/x/crypto v0.35.0 // indirect
41+
golang.org/x/net v0.35.0 // indirect
42+
golang.org/x/sys v0.30.0 // indirect
4643
gopkg.in/warnings.v0 v0.1.2 // indirect
4744
gopkg.in/yaml.v3 v3.0.1 // indirect
4845
)

go.sum

+28-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)