aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 020999973b4b9278ac0c744fd608754bd8d99dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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/go-chi/chi v4.1.0+incompatible
	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/pkg/errors v0.9.1 // indirect
	github.com/rafaeljusto/redigomock v2.3.0+incompatible
	github.com/speps/go-hashids v2.0.0+incompatible
	github.com/stretchr/testify v1.5.1
	gitlab.com/grumps/environ v0.0.0-20190605051324-730aa37373e1
	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
)