mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
2ac72a0d1b
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
3.0 KiB
Modula-2
73 lines
3.0 KiB
Modula-2
module github.com/zhenorzz/goploy
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.4.0
|
|
github.com/docker/docker v24.0.9+incompatible
|
|
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.3.0
|
|
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/knadh/koanf/parsers/toml v0.1.0
|
|
github.com/knadh/koanf/providers/file v0.1.0
|
|
github.com/knadh/koanf/providers/structs v0.1.0
|
|
github.com/knadh/koanf/v2 v2.0.1
|
|
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.21.0
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/containerd/containerd v1.7.11 // indirect
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // 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/klauspost/compress v1.17.3 // indirect
|
|
github.com/knadh/koanf/maps v0.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/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
|
github.com/moby/term v0.5.0 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
|
|
github.com/opencontainers/runc v1.1.12 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/image v0.10.0 // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/time v0.4.0 // indirect
|
|
golang.org/x/tools v0.10.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gotest.tools/v3 v3.5.1 // indirect
|
|
)
|