@@ -5,44 +5,42 @@ go 1.19
5
5
require (
6
6
github.com/antchfx/xmlquery v1.3.15
7
7
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1
8
- github.com/go-git/go-git/v5 v5.4.2
8
+ github.com/go-git/go-git/v5 v5.11.0
9
9
github.com/google/go-github/v47 v47.1.0
10
10
github.com/rs/xid v1.4.0
11
11
github.com/xanzy/go-gitlab v0.85.0
12
12
golang.org/x/oauth2 v0.6.0
13
- gopkg.in/src-d/go-git.v4 v4.13.1
14
13
)
15
14
16
15
require (
16
+ dario.cat/mergo v1.0.0 // indirect
17
17
github.com/Microsoft/go-winio v0.6.1 // indirect
18
- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
19
- github.com/acomagu/bufpipe v1.0.3 // indirect
18
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
20
19
github.com/antchfx/xpath v1.2.3 // indirect
20
+ github.com/cloudflare/circl v1.3.3 // indirect
21
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
21
22
github.com/emirpasic/gods v1.18.1 // indirect
22
- github.com/go-git/gcfg v1.5.0 // indirect
23
- github.com/go-git/go-billy/v5 v5.3.1 // indirect
23
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
24
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
24
25
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25
26
github.com/golang/protobuf v1.5.3 // indirect
26
27
github.com/google/go-querystring v1.1.0 // indirect
27
28
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
28
29
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
29
- github.com/imdario/mergo v0.3.12 // indirect
30
30
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
31
31
github.com/kevinburke/ssh_config v1.2.0 // indirect
32
- github.com/kr/pretty v0.3.1 // indirect
33
- github.com/mitchellh/go-homedir v1.1.0 // indirect
34
- github.com/rogpeppe/go-internal v1.10.0 // indirect
32
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
35
33
github.com/sergi/go-diff v1.3.1 // indirect
36
- github.com/src-d/gcfg v1.4.0 // indirect
34
+ github.com/skeema/knownhosts v1.2.1 // indirect
37
35
github.com/xanzy/ssh-agent v0.3.3 // indirect
38
- golang.org/x/crypto v0.8 .0 // indirect
36
+ golang.org/x/crypto v0.16 .0 // indirect
39
37
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
40
- golang.org/x/mod v0.10 .0 // indirect
41
- golang.org/x/net v0.9 .0 // indirect
42
- golang.org/x/sys v0.7 .0 // indirect
43
- golang.org/x/text v0.9 .0 // indirect
38
+ golang.org/x/mod v0.12 .0 // indirect
39
+ golang.org/x/net v0.19 .0 // indirect
40
+ golang.org/x/sys v0.15 .0 // indirect
41
+ golang.org/x/text v0.14 .0 // indirect
44
42
golang.org/x/time v0.3.0 // indirect
45
- golang.org/x/tools v0.8 .0 // indirect
43
+ golang.org/x/tools v0.13 .0 // indirect
46
44
google.golang.org/appengine v1.6.7 // indirect
47
45
google.golang.org/protobuf v1.29.1 // indirect
48
46
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments