go.mod 645 字节
Newer Older
E
eoLinker API Management 已提交
1 2 3 4 5
module github.com/eolinker/goku

go 1.12

require (
删除  
黄孟柱 已提交
6
	github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
E
eoLinker API Management 已提交
7
	github.com/eolinker/goku-plugin v0.1.3
删除  
黄孟柱 已提交
8
	github.com/go-redis/redis v6.15.5+incompatible
E
eoLinker API Management 已提交
9 10 11 12 13 14
	github.com/go-sql-driver/mysql v1.4.1
	github.com/hashicorp/consul/api v1.1.0
	github.com/json-iterator/go v1.1.7
	github.com/onsi/ginkgo v1.8.0 // indirect
	github.com/onsi/gomega v1.5.0 // indirect
	github.com/sirupsen/logrus v1.4.0
删除  
黄孟柱 已提交
15
	github.com/yuchenfw/gocrypt v0.0.0-20190627061521-ee7b5965ec93 // indirect
E
eoLinker API Management 已提交
16 17 18 19
	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
	google.golang.org/appengine v1.6.0 // indirect
	gopkg.in/yaml.v2 v2.2.2
)