1 Star 0 Fork 195

doudad / goploy

forked from goploy / goploy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
mc0814 提交于 2023-08-15 09:29 . add login captcha
module github.com/zhenorzz/goploy
go 1.18
require (
github.com/Masterminds/squirrel v1.4.0
github.com/go-ldap/ldap/v3 v3.4.1
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/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.1.1
github.com/gorilla/schema v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.3.0
github.com/jlaffaye/ftp v0.0.0-20220301181425-a81b090061fa
github.com/pelletier/go-toml/v2 v2.0.0-beta.4
github.com/pkg/sftp v1.13.1
github.com/sirupsen/logrus v1.9.3
github.com/vearutop/statigz v1.1.8
github.com/wenlng/go-captcha v1.2.5
golang.org/x/crypto v0.1.0
gopkg.in/go-playground/validator.v9 v9.31.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/image v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
Go
1
https://gitee.com/doudad/goploy.git
git@gitee.com:doudad/goploy.git
doudad
goploy
goploy
master

搜索帮助