-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (26 loc) · 906 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
27
28
module go-bbr-ratelimit
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/fsnotify/fsnotify v1.4.7
github.com/go-kratos/kratos v1.0.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/montanaflynn/stats v0.5.0
github.com/opentracing/opentracing-go v1.1.0
github.com/openzipkin/zipkin-go v0.2.1
github.com/philchia/agollo/v4 v4.1.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/shirou/gopsutil/v3 v3.21.4
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.6.1
github.com/tal-tech/go-zero v1.1.5
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.uber.org/atomic v1.6.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
google.golang.org/grpc v1.29.1
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/yaml.v2 v2.4.0
)