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

yc.fang's avatar
yc.fang committed
require (
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	cloud.google.com/go v0.50.0 // indirect
	github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
	github.com/NYTimes/gziphandler v1.1.1 // indirect
yy俞杨's avatar
yy俞杨 committed
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
LaurenceLiZhixin's avatar
LaurenceLiZhixin 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
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	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
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/imdario/mergo v0.3.9 // indirect
	github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/linode/linodego v0.10.0 // indirect
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/miekg/dns v1.1.27 // indirect
	github.com/mitchellh/hashstructure v1.0.0 // indirect
Ming Deng's avatar
Ming Deng committed
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
LaurenceLiZhixin's avatar
LaurenceLiZhixin 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
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/stretchr/objx v0.2.0 // indirect
randy's avatar
randy committed
	go.etcd.io/etcd v0.0.0-20200402134248-51bdeb39e698
wangwx's avatar
wangwx committed
xg.gao's avatar
xg.gao committed
	k8s.io/api v0.16.9
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	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
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.4
wangwx's avatar
wangwx committed
	google.golang.org/grpc => google.golang.org/grpc v1.26.0
yc.fang's avatar
yc.fang committed
)