File tree Expand file tree Collapse file tree 2 files changed +64
-172
lines changed Expand file tree Collapse file tree 2 files changed +64
-172
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,23 @@ module dnacollector
3
3
go 1.15
4
4
5
5
require (
6
+ github.com/Microsoft/go-winio v0.4.16 // indirect
6
7
github.com/caarlos0/env v3.5.0+incompatible
8
+ github.com/golang/protobuf v1.5.2 // indirect
7
9
github.com/google/go-github v17.0.0+incompatible
8
- github.com/sirupsen/logrus v1.7.0
10
+ github.com/google/go-querystring v1.1.0 // indirect
11
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
12
+ github.com/kevinburke/ssh_config v1.1.0 // indirect
13
+ github.com/sergi/go-diff v1.2.0 // indirect
14
+ github.com/sirupsen/logrus v1.8.1
9
15
github.com/stretchr/testify v1.7.0
10
- github.com/xanzy/go-gitlab v0.44.0
11
- golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd
16
+ github.com/xanzy/go-gitlab v0.48.0
17
+ github.com/xanzy/ssh-agent v0.3.0 // indirect
18
+ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
19
+ golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5 // indirect
20
+ golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
21
+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
22
+ google.golang.org/appengine v1.6.7 // indirect
12
23
gopkg.in/src-d/go-billy.v4 v4.3.2
13
24
gopkg.in/src-d/go-git.v4 v4.13.1
14
25
)
You can’t perform that action at this time.
0 commit comments