From b2228bda5528ad69d0d915e4dc9a15e2291818c8 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 7 Mar 2022 12:55:06 +0100 Subject: Add a cli that returns the authenticated /info --- cli/go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cli/go.mod (limited to 'cli/go.mod') diff --git a/cli/go.mod b/cli/go.mod new file mode 100644 index 0000000..fb578dd --- /dev/null +++ b/cli/go.mod @@ -0,0 +1,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 +) -- cgit v1.2.3