mirror of
https://github.com/gwuhaolin/livego.git
synced 2021-06-01 09:10:22 +03:00
19 lines
550 B
Modula-2
19 lines
550 B
Modula-2
module github.com/gwuhaolin/livego
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/negroni v1.0.0 // indirect
|
|
)
|