Skip to content
Snippets Groups Projects
go.mod 2.57 KiB
Newer Older
yc.fang's avatar
yc.fang committed

require (
yy俞杨's avatar
yy俞杨 committed
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
scott.wang's avatar
scott.wang committed
	github.com/coreos/bbolt v1.3.3 // indirect
	github.com/coreos/etcd v3.3.13+incompatible
	github.com/coreos/go-semver v0.3.0 // indirect
	github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
	github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
	github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
flixgithub's avatar
flixgithub committed
	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
高辛格's avatar
高辛格 committed
	github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
邹毅贤's avatar
邹毅贤 committed
	github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
	github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
Ming Deng's avatar
Ming Deng committed
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
yy俞杨's avatar
yy俞杨 committed
	github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
scott.wang's avatar
scott.wang committed
	github.com/soheilhy/cmux v0.1.4 // indirect
scott.wang's avatar
scott.wang committed
	github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
邹毅贤's avatar
邹毅贤 committed
	github.com/zouyx/agollo v0.0.0-20191114083447-dde9fc9f35b8
aliiohs's avatar
aliiohs committed
	go.etcd.io/bbolt v1.3.4 // indirect
flycash's avatar
flycash committed
	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
	k8s.io/api v0.0.0-20190325185214-7544f9db76f6
	k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841
	k8s.io/client-go v8.0.0+incompatible
	k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
yc.fang's avatar
yc.fang committed
)
imxyb's avatar
imxyb committed

go 1.13