summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2022-03-03 18:04:17 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:12 +0200
commit7c5e5081161572102a56fa8495208a9eabb0b224 (patch)
treeb7c37ab09503054d15645e822d3e5207b3ef178a /go.mod
parente89a5b72f0331d0a0209357169a9e0447788abb1 (diff)
OAuth: Add initial draft
Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b21b580..0043e23 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,6 @@ 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
)