add go mod file
go.mod
0 → 100644
module github.com/dubbo/dubbo-go | ||
require ( | ||
github.com/AlexStocks/goext v0.3.2 | ||
github.com/AlexStocks/log4go v1.0.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 | ||
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect | ||
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/k0kubun/pp v3.0.0+incompatible // indirect | ||
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe // indirect | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/name5566/leaf v0.0.0-20181103040206-1364c176dfbd // indirect | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment