mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
731 B
Modula-2
23 lines
731 B
Modula-2
module github.com/appleboy/drone-ssh
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/appleboy/easyssh-proxy v1.3.9
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/urfave/cli v1.22.9
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
)
|
|
|
|
require (
|
|
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|