aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/xanzy/go-gitlab/go.mod
blob: 0632997b6aedb511fef302945c94c85136153e54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/xanzy/go-gitlab

require (
	github.com/google/go-querystring v1.0.0
	github.com/stretchr/testify v1.4.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
)

go 1.13