module github.com/eolinker/goku-api-gateway go 1.15 require ( github.com/eolinker/goku-plugin v0.1.3 github.com/go-redis/redis v6.15.5+incompatible github.com/go-sql-driver/mysql v1.4.1 github.com/hashicorp/consul/api v1.1.0 github.com/json-iterator/go v1.1.11 github.com/marpaia/graphite-golang v0.0.0-20190519024811-caf161d2c2b1 github.com/mattn/go-sqlite3 v1.11.0 github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/onsi/ginkgo v1.10.1 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/pkg/errors v0.9.1 github.com/pkg/sftp v1.10.1 github.com/prometheus/client_golang v1.11.1 github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff github.com/sirupsen/logrus v1.6.0 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 google.golang.org/appengine v1.6.3 // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/sourcemap.v1 v1.0.5 // indirect gopkg.in/yaml.v2 v2.3.0 )