mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
21 lines
666 B
Modula-2
21 lines
666 B
Modula-2
module github.com/zhenorzz/goploy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.4.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/rakyll/statik v0.1.7
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
|
)
|