summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2022-03-08 13:13:14 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:13 +0200
commit5065de4cff907b70ea3446888a7bad243744a8ab (patch)
tree32c610aca2865426415040c324beb2a2a52db756 /go.mod
parente2bcbc5d7fc8846ed189863ab33f0514f5399365 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
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
)