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

go 1.13
yc.fang's avatar
yc.fang committed
require (
yy俞杨's avatar
yy俞杨 committed
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
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
wangwx's avatar
wangwx committed
	github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
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
	google.golang.org/grpc v1.33.1
	google.golang.org/grpc/examples v0.0.0-20210301210255-fc8f38cccf75 // indirect
AlexStocks's avatar
AlexStocks committed
)
AlexStocks's avatar
AlexStocks committed
replace (
wangwx's avatar
wangwx committed
	github.com/dubbogo/gost => github.com/wenxuwan/gost v1.9.4-0.20210302082346-4f0dc3bef61f
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
wangwx's avatar
wangwx committed
	go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.3
wangwx's avatar
wangwx committed
	google.golang.org/grpc => google.golang.org/grpc v1.26.0
yc.fang's avatar
yc.fang committed
)