goploy/go.mod

23 lines
773 B
Modula-2
Raw Normal View History

2020-08-04 14:28:25 +08:00
module github.com/zhenorzz/goploy
2021-03-10 15:12:21 +08:00
go 1.16
2020-08-04 14:28:25 +08:00
require (
github.com/Masterminds/squirrel v1.4.0
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
2021-08-15 23:27:22 +08:00
github.com/golang-jwt/jwt v3.2.2+incompatible
2020-08-04 14:28:25 +08:00
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
2021-08-15 23:27:22 +08:00
github.com/hashicorp/go-version v1.3.0
2020-08-04 14:28:25 +08:00
github.com/joho/godotenv v1.3.0
github.com/leodido/go-urn v1.2.0 // indirect
2021-12-14 17:42:12 +08:00
github.com/pelletier/go-toml/v2 v2.0.0-beta.4 // indirect
2021-07-09 20:46:12 +08:00
github.com/pkg/sftp v1.13.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2020-08-04 14:28:25 +08:00
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)