-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 923 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 game
go 1.12
require (
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/fsnotify/fsnotify v1.4.7
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.2.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/consul v1.4.3
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/jondot/goweight v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/net v0.0.0-20190419010253-1f3472d942ba
golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect
golang.org/x/tools v0.0.0-20190418235243-4796d4bd3df0 // indirect
gopkg.in/yaml.v2 v2.2.2
)