github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/go.mod (about)

     1  module github.com/hxx258456/ccgo
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/census-instrumentation/opencensus-proto v0.2.1
     7  	github.com/cespare/xxhash/v2 v2.1.2
     8  	github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4
     9  	github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1
    10  	github.com/envoyproxy/protoc-gen-validate v0.1.0
    11  	github.com/gogo/protobuf v1.3.2
    12  	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
    13  	github.com/golang/protobuf v1.5.2
    14  	github.com/google/go-cmp v0.5.6
    15  	github.com/google/uuid v1.1.2
    16  	github.com/matttproud/golang_protobuf_extensions v1.0.1
    17  	github.com/opentracing/opentracing-go v1.2.0
    18  	github.com/prometheus/client_golang v1.12.1
    19  	github.com/prometheus/client_model v0.2.0
    20  	github.com/prometheus/common v0.34.0
    21  	github.com/sirupsen/logrus v1.8.1
    22  	github.com/stretchr/testify v1.8.0
    23  	go.opentelemetry.io/proto/otlp v0.7.0
    24  	go.uber.org/zap v1.21.0
    25  	golang.org/x/crypto v0.0.0-20220214200702-86341886e292
    26  	golang.org/x/net v0.0.0-20220225172249-27dd8689420f
    27  	golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
    28  	golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
    29  	golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
    30  	golang.org/x/text v0.3.7
    31  	google.golang.org/genproto v0.0.0-20200825200019-8632dd797987
    32  	google.golang.org/protobuf v1.28.1
    33  )
    34  
    35  require (
    36  	cloud.google.com/go v0.65.0 // indirect
    37  	gitee.com/zhaochuninhefei/zcgolog v0.0.16
    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.1 // indirect
    48  )