aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 8 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index dca5b60b..6a1321d9 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,9 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/go-git/go-git/v5 v5.2.0
+ github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.8.0
+ github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/imdario/mergo v0.3.11 // indirect
@@ -27,12 +29,14 @@ require (
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser v1.3.1
- github.com/xanzy/go-gitlab v0.33.0
+ github.com/xanzy/go-gitlab v0.38.2
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
- golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
- golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
+ golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
+ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
+ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
golang.org/x/text v0.3.3
+ golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
+ google.golang.org/appengine v1.6.7 // indirect
)