summaryrefslogtreecommitdiff
path: root/cli/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2022-03-07 12:55:06 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:13 +0200
commitb2228bda5528ad69d0d915e4dc9a15e2291818c8 (patch)
treed5fe5a4ff1320ac950344cf725574750b99484e6 /cli/go.mod
parentc0f9daee7f1054bb9df63af7a953d4e84dcb01f6 (diff)
Add a cli that returns the authenticated /info
Diffstat (limited to 'cli/go.mod')
-rw-r--r--cli/go.mod10
1 files changed, 10 insertions, 0 deletions
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
+)