-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 710 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/fasibio/funk-server
go 1.12
require (
github.com/bradleyjkemp/cupaloy/v2 v2.5.0
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/websocket v1.4.1
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/olivere/elastic v6.2.21+incompatible
github.com/pkg/errors v0.8.1 // indirect
github.com/posener/wstest v0.0.0-20180217133618-28272a7ea048
github.com/segmentio/ksuid v1.0.2
github.com/sony/sonyflake v1.0.0
github.com/urfave/cli v1.20.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
)