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 )