aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 20 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e7eba4c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,20 @@
+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/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
+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
+ google.golang.org/api v0.21.0 // indirect
+)