Skip to content

Commit 0f7791f

Browse files
author
jguerreiro
committed
fix(deps): update dependencies and go mod tidy
1 parent 101172a commit 0f7791f

File tree

2 files changed

+64
-172
lines changed

2 files changed

+64
-172
lines changed

go.mod

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@ module dnacollector
33
go 1.15
44

55
require (
6+
github.com/Microsoft/go-winio v0.4.16 // indirect
67
github.com/caarlos0/env v3.5.0+incompatible
8+
github.com/golang/protobuf v1.5.2 // indirect
79
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
915
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
1223
gopkg.in/src-d/go-billy.v4 v4.3.2
1324
gopkg.in/src-d/go-git.v4 v4.13.1
1425
)

0 commit comments

Comments
 (0)