From 5065de4cff907b70ea3446888a7bad243744a8ab Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 8 Mar 2022 13:13:14 +0100 Subject: OAuth: Begin implementation without OAuth2 lib - We want to use as little dependencies as possible. While the OAuth2 library is helpful, it is not needed. --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0043e23..b21b580 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,5 @@ go 1.15 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect - golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect ) -- cgit v1.2.3