|
@ -8,6 +8,7 @@ require ( |
|
|
github.com/archsh/go.xql v0.4.1 |
|
|
github.com/archsh/go.xql v0.4.1 |
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 |
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 |
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0 // indirect |
|
|
github.com/fsnotify/fsnotify v1.4.7 |
|
|
github.com/fsnotify/fsnotify v1.4.7 |
|
|
github.com/go-redis/redis v0.0.0-20190503082931-75795aa4236d |
|
|
github.com/go-redis/redis v0.0.0-20190503082931-75795aa4236d |
|
|
github.com/golang/snappy v0.0.1 |
|
|
github.com/golang/snappy v0.0.1 |
|
@ -18,6 +19,7 @@ require ( |
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 |
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 |
|
|
github.com/lib/pq v1.1.1 |
|
|
github.com/lib/pq v1.1.1 |
|
|
github.com/magiconair/properties v1.8.0 |
|
|
github.com/magiconair/properties v1.8.0 |
|
|
|
|
|
github.com/minio/minio-go/v6 v6.0.57 // indirect |
|
|
github.com/mitchellh/mapstructure v1.1.2 |
|
|
github.com/mitchellh/mapstructure v1.1.2 |
|
|
github.com/mozillazg/go-pinyin v0.15.0 |
|
|
github.com/mozillazg/go-pinyin v0.15.0 |
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |
|
|