@@ -3,7 +3,7 @@ module github.com/github/codeql-action-sync
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/go-git/go-git/v5 v5.13.2
6
+ github.com/go-git/go-git/v5 v5.14.0
7
7
github.com/google/go-github/v32 v32.1.0
8
8
github.com/gorilla/mux v1.8.1
9
9
github.com/markbates/pkger v0.17.1
@@ -17,32 +17,29 @@ require (
17
17
18
18
require (
19
19
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
21
21
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
24
24
github.com/davecgh/go-spew v1.1.1 // indirect
25
25
github.com/emirpasic/gods v1.18.1 // indirect
26
26
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
27
27
github.com/go-git/go-billy/v5 v5.6.2 // indirect
28
28
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
30
30
github.com/google/go-querystring v1.0.0 // indirect
31
31
github.com/inconshreveable/mousetrap v1.1.0 // indirect
32
32
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
33
33
github.com/kevinburke/ssh_config v1.2.0 // indirect
34
34
github.com/pjbgf/sha1cd v0.3.2 // indirect
35
35
github.com/pmezard/go-difflib v1.0.0 // indirect
36
36
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
38
38
github.com/spf13/pflag v1.0.6 // indirect
39
39
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
46
43
gopkg.in/warnings.v0 v0.1.2 // indirect
47
44
gopkg.in/yaml.v3 v3.0.1 // indirect
48
45
)
0 commit comments