diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-08 13:13:14 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-05 12:26:13 +0200 |
| commit | 5065de4cff907b70ea3446888a7bad243744a8ab (patch) | |
| tree | 32c610aca2865426415040c324beb2a2a52db756 /go.mod | |
| parent | e2bcbc5d7fc8846ed189863ab33f0514f5399365 (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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |
