forked from link1st/gowebsocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.41 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
module gowebsocket
go 1.14
require (
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v0.0.0-20190719092155-6bc7daa5b1e8
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v1.0.1-0.20190611123218-cf7d376da96d
github.com/json-iterator/go v1.1.7
github.com/magiconair/properties v1.8.1
github.com/mattn/go-isatty v0.0.9-0.20190708054338-da60ac76bf70
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/pelletier/go-toml v1.4.1-0.20190725070617-84da2c4a25c5
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.4-0.20181223182923-24fa6976df40
github.com/spf13/viper v1.4.1-0.20190728125013-1b33e8258e07
github.com/subosito/gotenv v1.1.1
github.com/ugorji/go v1.1.8-0.20190723091730-e118e2d506a6
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
google.golang.org/grpc v1.21.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.2.2
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)