-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (22 loc) · 918 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/lavalibs/pyro
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/appellation/fasthttputil v0.0.0-20190326164952-ef706a7fa239
github.com/buaazp/fasthttprouter v0.1.1
github.com/go-redis/redis v6.15.2+incompatible
github.com/gorilla/websocket v1.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.3.0
github.com/valyala/fasthttp v1.2.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)