forked from childe/gohangout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 982 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
25
26
module github.com/childe/gohangout
go 1.13
require (
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/Masterminds/sprig/v3 v3.2.2
github.com/bkaradzic/go-lz4 v1.0.1-0.20160924222819-7224d8d8f27e // indirect
github.com/childe/healer v0.1.10
github.com/frankban/quicktest v1.10.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/ipipdotnet/datx-go v0.0.0-20180617151335-0ac818a639c3
github.com/ipipdotnet/ipdb-go v1.3.0
github.com/json-iterator/go v1.1.9
github.com/magiconair/properties v1.8.1
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/prometheus/client_golang v0.9.3
github.com/spf13/cast v1.4.1
github.com/spf13/viper v1.6.3
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v2 v2.3.0
)