diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 +) |
