diff options
| author | 2021-03-14 17:56:16 +0100 | |
|---|---|---|
| committer | 2021-03-14 17:56:16 +0100 | |
| commit | 772f6e59490b090edf7f2ab502ccaa480985c1ca (patch) | |
| tree | 630241ee27f6d54a860dc1d26c581058ab220fd2 /go.mod | |
| parent | more work on types (diff) | |
| download | gotosocial-772f6e59490b090edf7f2ab502ccaa480985c1ca.tar.xz | |
start working on oauth2 implementation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,13 +4,20 @@ go 1.16 require ( github.com/go-fed/activity v1.0.0 + github.com/go-oauth2/oauth2/v4 v4.2.0 // indirect github.com/go-pg/pg/extra/pgdebug v0.2.0 github.com/go-pg/pg/v10 v10.8.0 + github.com/google/uuid v1.2.0 // indirect github.com/onsi/ginkgo v1.15.0 // indirect github.com/onsi/gomega v1.10.5 // indirect github.com/sirupsen/logrus v1.8.0 + github.com/tidwall/btree v0.4.2 // indirect + github.com/tidwall/buntdb v1.2.0 // indirect + github.com/tidwall/pretty v1.1.0 // indirect + github.com/tidwall/rtree v1.2.7 // indirect github.com/urfave/cli/v2 v2.3.0 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect + golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.3.0 ) |
