goploy/go.mod
dependabot[bot] 3b9e02cfab
Bump golang.org/x/crypto from 0.0.0-20211209193657-4570a0811e8b to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211209193657-4570a0811e8b to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:17:26 +00:00

28 lines
977 B
Modula-2

module github.com/zhenorzz/goploy
go 1.16
require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
github.com/Masterminds/squirrel v1.4.0
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
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/errwrap v1.1.0 // indirect
github.com/hashicorp/go-version v1.3.0
github.com/jlaffaye/ftp v0.0.0-20220301181425-a81b090061fa
github.com/leodido/go-urn v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.4
github.com/pkg/sftp v1.13.1
github.com/vearutop/statigz v1.1.8
golang.org/x/crypto v0.1.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)