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

yc.fang's avatar
yc.fang committed
require (
yy俞杨's avatar
yy俞杨 committed
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
wangwx's avatar
wangwx committed
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/dubbogo/v3router v0.0.0-20210403091802-c5480f6e6f8f // indirect
flixgithub's avatar
flixgithub committed
	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
	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
flycash's avatar
flycash committed
	github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
	golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
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/apimachinery v0.20.5
	k8s.io/client-go v11.0.0+incompatible
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
)