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

go 1.13
yc.fang's avatar
yc.fang committed
require (
xg.gao's avatar
xg.gao committed
	github.com/NYTimes/gziphandler v1.1.1 // indirect
yy俞杨's avatar
yy俞杨 committed
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
xg.gao's avatar
xg.gao committed
	github.com/frankban/quicktest v1.4.1 // indirect
flixgithub's avatar
flixgithub committed
	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
xg.gao's avatar
xg.gao committed
	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/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
Ming Deng's avatar
Ming Deng committed
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
xg.gao's avatar
xg.gao committed
	github.com/pierrec/lz4 v2.2.6+incompatible // indirect
flycash's avatar
flycash committed
	github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
xg.gao's avatar
xg.gao committed
	github.com/stretchr/objx v0.2.0 // indirect
	golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
	k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
AlexStocks's avatar
AlexStocks committed
)
AlexStocks's avatar
AlexStocks committed
replace (
AlexStocks's avatar
AlexStocks committed
	github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.8.0
tiecheng's avatar
tiecheng committed
	github.com/shirou/gopsutil => github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880
yc.fang's avatar
yc.fang committed
)