mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-05 22:02:49 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.4 to 1.22.9. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.22.4...v1.22.9) --- updated-dependencies: - dependency-name: github.com/urfave/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
849 B
Modula-2
24 lines
849 B
Modula-2
module github.com/appleboy/drone-ssh
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/appleboy/easyssh-proxy v1.3.7
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/urfave/cli v1.22.9
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
)
|
|
|
|
require (
|
|
github.com/ScaleFT/sshkeys v0.0.0-20181112160850-82451a803681 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // 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.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|