summaryrefslogtreecommitdiff
path: root/cli/go.mod
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-22 11:26:44 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-22 11:26:44 +0200
commit3a4ae2942b43923ff98fd2eca8878c3cf145686c (patch)
tree4182d5e384ac5dafa3e26255422dcc06d2f4cfbd /cli/go.mod
parentd1d4b8ed524da6bee0cb423ed1fc2fdc943f19ec (diff)
CLI: Tidy dependencies
Diffstat (limited to 'cli/go.mod')
-rw-r--r--cli/go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/go.mod b/cli/go.mod
index fb578dd..0bf9161 100644
--- a/cli/go.mod
+++ b/cli/go.mod
@@ -4,7 +4,4 @@ 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
-)
+require github.com/jwijenbergh/eduvpn-common v0.0.0-00010101000000-000000000000