gitee.com/zhaochuninhefei/gmgo@v0.0.31-0.20240209061119-069254a02979/go.mod (about) 1 module gitee.com/zhaochuninhefei/gmgo 2 3 go 1.17 4 5 require ( 6 gitee.com/zhaochuninhefei/zcgolog v0.0.22 7 github.com/census-instrumentation/opencensus-proto v0.2.1 8 github.com/cespare/xxhash/v2 v2.1.2 9 github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 10 github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 11 github.com/envoyproxy/protoc-gen-validate v0.1.0 12 github.com/gogo/protobuf v1.3.2 13 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 14 github.com/golang/protobuf v1.5.2 15 github.com/google/go-cmp v0.5.6 16 github.com/google/uuid v1.1.2 17 github.com/matttproud/golang_protobuf_extensions v1.0.1 18 github.com/opentracing/opentracing-go v1.2.0 19 github.com/prometheus/client_golang v1.12.1 20 github.com/prometheus/client_model v0.2.0 21 github.com/prometheus/common v0.34.0 22 github.com/sirupsen/logrus v1.8.1 23 github.com/stretchr/testify v1.7.0 24 go.opentelemetry.io/proto/otlp v0.7.0 25 go.uber.org/zap v1.21.0 26 golang.org/x/crypto v0.0.0-20220214200702-86341886e292 27 golang.org/x/net v0.0.0-20220225172249-27dd8689420f 28 golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b 29 golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 30 golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 31 golang.org/x/text v0.3.7 32 google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 33 google.golang.org/protobuf v1.28.1 34 ) 35 36 require ( 37 cloud.google.com/go v0.65.0 // indirect 38 github.com/beorn7/perks v1.0.1 // indirect 39 github.com/davecgh/go-spew v1.1.1 // indirect 40 github.com/pmezard/go-difflib v1.0.0 // indirect 41 github.com/prometheus/procfs v0.7.3 // indirect 42 go.uber.org/atomic v1.7.0 // indirect 43 go.uber.org/multierr v1.6.0 // indirect 44 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect 45 google.golang.org/appengine v1.6.6 // indirect 46 google.golang.org/grpc v1.44.0 // indirect 47 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect 48 )