-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
37 lines (35 loc) · 1.63 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
27
28
29
30
31
32
33
34
35
36
37
module github.com/wish/qproxy
go 1.15
require (
github.com/antihax/optional v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.32.8
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/favadi/protoc-go-inject-tag v1.3.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/google/uuid v1.1.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jessevdk/go-flags v1.4.0
github.com/kisielk/gotool v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.1.0 // indirect
github.com/prometheus/procfs v0.0.0-20190104112138-b1a0a9a36d74 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/automaxprocs v1.4.0
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.33.1
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/yaml.v2 v2.2.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)