|
module cygnux.net/kepler
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Sirupsen/logrus v1.0.3
|
|
github.com/archsh/go.uuid v1.1.1
|
|
github.com/archsh/go.xql v0.4.1
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-redis/redis v0.0.0-20190503082931-75795aa4236d
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.4.0
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2
|
|
github.com/lib/pq v1.1.1
|
|
github.com/magiconair/properties v1.8.0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/mozillazg/go-pinyin v0.15.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/nsqio/go-nsq v1.0.7
|
|
github.com/pelletier/go-toml v1.2.0
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/spf13/afero v1.2.1
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|