-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgo.mod
29 lines (27 loc) · 975 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
29
module github.com/bilibili-base/powermock
go 1.16
require (
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/go-redis/redis/v8 v8.8.2
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
github.com/hashicorp/go-multierror v1.0.0
github.com/jhump/protoreflect v1.8.2
github.com/json-iterator/go v1.1.12
github.com/prometheus/client_golang v1.10.0
github.com/rs/zerolog v1.22.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.7.5
github.com/valyala/fasttemplate v1.2.1
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.3.0
rogchap.com/v8go v0.6.0
)