-
Notifications
You must be signed in to change notification settings - Fork 244
/
Copy pathgo.mod
25 lines (23 loc) · 838 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
module github.com/childe/gohangout
go 1.13
require (
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/Masterminds/sprig/v3 v3.2.2
github.com/bytedance/mockey v1.2.14
github.com/childe/cast v1.5.4
github.com/childe/healer v0.6.17
github.com/fsnotify/fsnotify v1.5.1
github.com/ipipdotnet/datx-go v0.0.0-20181123035258-af996d4701a0
github.com/ipipdotnet/ipdb-go v1.3.1
github.com/json-iterator/go v1.1.12
github.com/magiconair/properties v1.8.6
github.com/mitchellh/mapstructure v1.5.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/prometheus/client_golang v1.12.1
github.com/relvacode/iso8601 v1.6.0
github.com/smartystreets/goconvey v1.7.2
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
go.uber.org/automaxprocs v1.6.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/klog/v2 v2.120.1
)