gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/go.mod (about)

     1  module gitee.com/ks-custle/core-gm
     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.2-0.20181231171920-c182affec369
    17  	github.com/opentracing/opentracing-go v1.2.0
    18  	github.com/pkg/errors v0.9.1
    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/rainycape/dl v0.0.0-20151222075243-1b01514224a1
    23  	github.com/sirupsen/logrus v1.8.1
    24  	github.com/stretchr/testify v1.7.1-0.20210116013205-6990a05d54c2
    25  	go.opentelemetry.io/proto/otlp v0.7.0
    26  	go.uber.org/zap v1.21.0
    27  	golang.org/x/crypto v0.1.0
    28  	golang.org/x/net v0.5.0
    29  	golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
    30  	golang.org/x/sys v0.4.0
    31  	golang.org/x/term v0.4.0
    32  	golang.org/x/text v0.6.0
    33  	google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
    34  	google.golang.org/protobuf v1.28.1
    35  )
    36  
    37  require (
    38  	cloud.google.com/go v0.65.0 // indirect
    39  	github.com/beorn7/perks v1.0.1 // indirect
    40  	github.com/davecgh/go-spew v1.1.1 // indirect
    41  	github.com/pmezard/go-difflib v1.0.0 // indirect
    42  	github.com/prometheus/procfs v0.7.3 // indirect
    43  	github.com/sykesm/zap-logfmt v0.0.4 // indirect
    44  	go.uber.org/atomic v1.9.0 // indirect
    45  	go.uber.org/multierr v1.7.0 // indirect
    46  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    47  	google.golang.org/appengine v1.6.6 // indirect
    48  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    49  )