forked from bytewayio/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 836 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
24
module github.com/bytewayio/cypress
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/go-redis/redis v6.15.2+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.1
github.com/gorilla/websocket v1.4.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)