aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e7eba4c..0209999 100644
--- a/go.mod
+++ b/go.mod
@@ -11,10 +11,13 @@ require (
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
)