diff options
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/go.mod')
-rw-r--r-- | vendor/github.com/xanzy/go-gitlab/go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/go.mod b/vendor/github.com/xanzy/go-gitlab/go.mod new file mode 100644 index 00000000..c74a1d6d --- /dev/null +++ b/vendor/github.com/xanzy/go-gitlab/go.mod @@ -0,0 +1,10 @@ +module github.com/xanzy/go-gitlab + +require ( + github.com/google/go-querystring v1.0.0 + github.com/stretchr/testify v1.3.0 + golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect + golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect + google.golang.org/appengine v1.3.0 // indirect +) |