module github.com/codingXiang/cxgateway go 1.13 require ( github.com/astaxie/beego v1.12.1 github.com/codingXiang/configer v1.0.0 github.com/codingXiang/go-logger v1.0.0 github.com/codingXiang/go-orm v1.0.1-0.20200414075438-006e6ca570cf github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gin-gonic/gin v1.6.2 github.com/mitchellh/mapstructure v1.2.2 // indirect github.com/pelletier/go-toml v1.7.0 // indirect github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.5.0 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.3 golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect google.golang.org/appengine v1.6.5 // indirect gopkg.in/ini.v1 v1.55.0 // indirect gopkg.in/yaml.v2 v2.2.8 )