-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
26 lines (24 loc) · 1.02 KB
/
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/blackbeans/go-moa
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/blackbeans/go-zookeeper v0.0.0-20160315041820-e9ca0f2da2a7
github.com/blackbeans/logx v0.0.0-20230518151533-7059fbb3d603
github.com/blackbeans/turbo v0.0.0-20230518151841-580b848285bf
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/snappy v0.0.1
github.com/google/gops v0.3.7
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.40.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/time v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)