Skip to content
Snippets Groups Projects
go.mod 1.82 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
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/dubbogo/triple v0.0.0-20210326135539-e327cad74255
flixgithub's avatar
flixgithub committed
	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/hashicorp/consul/api v1.8.0
	github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
	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
AlexStocks's avatar
AlexStocks committed
)
AlexStocks's avatar
AlexStocks committed
replace (
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	go.etcd.io/bbolt v1.3.4 => github.com/coreos/bbolt v1.3.4
LaurenceLiZhixin's avatar
LaurenceLiZhixin committed
	google.golang.org/grpc => google.golang.org/grpc v1.26.0
yc.fang's avatar
yc.fang committed
)