-
Notifications
You must be signed in to change notification settings - Fork 239
/
go.mod
24 lines (22 loc) · 801 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/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.12
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/smartystreets/goconvey v1.6.4
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
)