Skip to content
Snippets Groups Projects
Select Git revision
  • b44fe1b7dd838d823fd06000120ee9e6b82d0d03
  • master default protected
  • 3.0
  • develop
  • revert-2069-tripleVersion
  • 3.1
  • rest-protocol
  • feat/remoting_rocketmq
  • dapr-support
  • 1.5
  • 1.4
  • 1.3
  • 1.2
  • 1.1
  • v3.0.3-rc2
  • v3.0.3-rc1
  • v3.0.2
  • v1.5.8
  • v1.5.9-rc1
  • v3.0.1
  • v1.5.8-rc1
  • v3.0.0
  • v3.0.0-rc4-1
  • v3.0.0-rc4
  • v3.0.0-rc3
  • v1.5.7
  • v1.5.7-rc2
  • v3.0.0-rc2
  • remove
  • v1.5.7-rc1
  • v3.0.0-rc1
  • v1.5.7-rc1-tmp
  • 1.5.6
  • v1.5.6
34 results

go.sum

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 2.88 KiB
    module github.com/apache/dubbo-go
    
    require (
    	github.com/Microsoft/go-winio v0.4.13 // indirect
    	github.com/NYTimes/gziphandler v1.1.1 // indirect
    	github.com/RoaringBitmap/roaring v0.4.23
    	github.com/Workiva/go-datastructures v1.0.50
    	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
    	github.com/apache/dubbo-getty v1.3.10
    	github.com/apache/dubbo-go-hessian2 v1.6.2
    	github.com/coreos/bbolt v1.3.3 // indirect
    	github.com/coreos/etcd v3.3.13+incompatible
    	github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
    	github.com/creasty/defaults v1.3.0
    	github.com/docker/go-connections v0.4.0 // indirect
    	github.com/dubbogo/go-zookeeper v1.0.1
    	github.com/dubbogo/gost v1.9.1
    	github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
    	github.com/emicklei/go-restful/v3 v3.0.0
    	github.com/frankban/quicktest v1.4.1 // indirect
    	github.com/fsnotify/fsnotify v1.4.7
    	github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
    	github.com/go-co-op/gocron v0.1.1
    	github.com/go-resty/resty/v2 v2.1.0
    	github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
    	github.com/golang/mock v1.3.1
    	github.com/golang/protobuf v1.3.2
    	github.com/google/go-cmp v0.3.1 // indirect
    	github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
    	github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
    	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
    	github.com/hashicorp/consul v1.8.0
    	github.com/hashicorp/consul/api v1.5.0
    	github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a // indirect
    	github.com/hashicorp/golang-lru v0.5.3 // indirect
    	github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff // indirect
    	github.com/hashicorp/vault/sdk v0.1.14-0.20191112033314-390e96e22eb2
    	github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
    	github.com/magiconair/properties v1.8.1
    	github.com/mitchellh/hashstructure v1.0.0 // indirect
    	github.com/mitchellh/mapstructure v1.2.3
    	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
    	github.com/nacos-group/nacos-sdk-go v1.0.0
    	github.com/opentracing/opentracing-go v1.1.0
    	github.com/pierrec/lz4 v2.2.6+incompatible // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/prometheus/client_golang v1.1.0
    	github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
    	github.com/shirou/gopsutil v2.19.9+incompatible // indirect
    	github.com/stretchr/objx v0.2.0 // indirect
    	github.com/stretchr/testify v1.5.1
    	github.com/zouyx/agollo/v3 v3.4.4
    	go.etcd.io/bbolt v1.3.4 // indirect
    	go.uber.org/atomic v1.6.0
    	go.uber.org/zap v1.15.0
    	google.golang.org/grpc v1.23.0
    	gopkg.in/yaml.v2 v2.2.8
    	k8s.io/api v0.16.9
    	k8s.io/apimachinery v0.16.9
    	k8s.io/client-go v0.16.9
    	k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
    
    )
    
    go 1.13
    
    replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a