Skip to content

Commit 4bc37f3

Browse files
committed
go mod tidy
1 parent bbe5ce8 commit 4bc37f3

File tree

2 files changed

+35
-293
lines changed

2 files changed

+35
-293
lines changed

go.mod

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/github/codeql-action-sync
22

3-
go 1.14
3+
go 1.21
4+
5+
toolchain go1.23.4
46

57
require (
68
github.com/go-git/go-git/v5 v5.13.2
@@ -14,3 +16,35 @@ require (
1416
github.com/stretchr/testify v1.10.0
1517
golang.org/x/oauth2 v0.25.0
1618
)
19+
20+
require (
21+
dario.cat/mergo v1.0.0 // indirect
22+
github.com/Microsoft/go-winio v0.6.1 // indirect
23+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
24+
github.com/cloudflare/circl v1.3.7 // indirect
25+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
26+
github.com/davecgh/go-spew v1.1.1 // indirect
27+
github.com/emirpasic/gods v1.18.1 // indirect
28+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
29+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
30+
github.com/gobuffalo/here v0.6.0 // indirect
31+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
32+
github.com/google/go-querystring v1.0.0 // indirect
33+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
35+
github.com/kevinburke/ssh_config v1.2.0 // indirect
36+
github.com/pjbgf/sha1cd v0.3.2 // indirect
37+
github.com/pmezard/go-difflib v1.0.0 // indirect
38+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
39+
github.com/skeema/knownhosts v1.3.0 // indirect
40+
github.com/spf13/pflag v1.0.5 // indirect
41+
github.com/xanzy/ssh-agent v0.3.3 // indirect
42+
golang.org/x/crypto v0.32.0 // indirect
43+
golang.org/x/mod v0.19.0 // indirect
44+
golang.org/x/net v0.34.0 // indirect
45+
golang.org/x/sync v0.10.0 // indirect
46+
golang.org/x/sys v0.29.0 // indirect
47+
golang.org/x/tools v0.23.0 // indirect
48+
gopkg.in/warnings.v0 v0.1.2 // indirect
49+
gopkg.in/yaml.v3 v3.0.1 // indirect
50+
)

0 commit comments

Comments
 (0)