go.mod
1module github.com/xanzy/go-gitlab
2
3require (
4 github.com/google/go-querystring v1.0.0
5 github.com/stretchr/testify v1.3.0
6 golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect
7 golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
8 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
9 google.golang.org/appengine v1.3.0 // indirect
10)