summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1cd1ad7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+module toast.cafe/x/brpaste/v2
+
+go 1.13
+
+require (
+ github.com/fasthttp/router v0.5.2
+ github.com/go-redis/redis/v7 v7.0.0-beta.4
+ github.com/golang/protobuf v1.3.1 // indirect
+ github.com/twmb/murmur3 v1.0.0
+ github.com/valyala/fasthttp v1.6.0
+ github.com/valyala/quicktemplate v1.4.1
+ golang.org/x/text v0.3.2 // indirect
+)