From 3a4ae2942b43923ff98fd2eca8878c3cf145686c Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 22 Apr 2022 11:26:44 +0200 Subject: CLI: Tidy dependencies --- cli/go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli/go.mod') 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 -- cgit v1.2.3