-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 946 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/mong0520/ChainChronicleGo
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
github.com/gomodule/redigo v2.0.0+incompatible
github.com/icza/dyno v0.0.0-20180601094105-0c96289f9585
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/line/line-bot-sdk-go v6.3.0+incompatible
github.com/oleiade/reflections v1.0.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/robfig/config v0.0.0-20141207224736-0f78529c8c7e
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.0.0-20190322120337-addf6b3196f6
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v2 v2.2.2 // indirect
)