aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2020-08-14 23:13:41 -0700
committerMax Resnick <max@ofmax.li>2020-11-08 07:57:13 -0800
commit689a57ec4a444f8233fe2e5ec7ceb0903218218d (patch)
tree1bcfe6786c38b4ae11997d5d97dc3c5fba747b97 /go.mod
parent77c2e6aca2dc0f851f55e30a0f49c9ee7c2c952e (diff)
downloadiserv-master.tar.gz
feat: working login gauthHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 11 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 2332a46..7ff0ba8 100644
--- a/go.mod
+++ b/go.mod
@@ -3,21 +3,23 @@ module git.ofmax.li/iserv
go 1.14
require (
- github.com/alexedwards/scs/v2 v2.3.0
- github.com/brianvoe/gofakeit v3.18.0+incompatible // indirect
- github.com/bwmarrin/snowflake v0.3.0
- github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.2 // indirect
+ github.com/alexedwards/scs/v2 v2.4.0
+ github.com/brianvoe/gofakeit v3.18.0+incompatible
+ github.com/bwmarrin/snowflake v0.3.0 // indirect
+ github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.2
github.com/go-chi/chi v4.1.0+incompatible
+ github.com/golang/mock v1.4.4
github.com/gomodule/redigo v2.0.0+incompatible
github.com/matoous/go-nanoid v1.3.0
- github.com/muyo/sno v1.1.0
+ github.com/muyo/sno v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rafaeljusto/redigomock v2.3.0+incompatible
- github.com/speps/go-hashids v2.0.0+incompatible
+ github.com/speps/go-hashids v2.0.0+incompatible // indirect
github.com/stretchr/testify v1.5.1
- gitlab.com/grumps/environ v0.0.0-20190605051324-730aa37373e1
+ gitlab.com/grumps/environ v0.0.0-20190605051324-730aa37373e1 // indirect
go.ofmax.li/environ v0.1.0
go.ofmax.li/tmpl v0.1.0
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
- google.golang.org/api v0.21.0 // indirect
+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
+ golang.org/x/tools v0.0.0-20201031021630-582c62ec74d0 // indirect
+ google.golang.org/api v0.21.0
)