summaryrefslogtreecommitdiff
path: root/cli/go.mod
blob: fb578dd351ada20f37ce8b504575c4ab3f1857bd (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/jwijenbergh/eduvpn-common/cli

replace github.com/jwijenbergh/eduvpn-common => ../

go 1.16

require (
	github.com/jwijenbergh/eduvpn-common v0.0.0-00010101000000-000000000000
	golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
)