drone-ssh/go.mod
dependabot[bot] 9a8b88bd61
chore(deps): bump github.com/appleboy/easyssh-proxy from 1.3.7 to 1.3.9
Bumps [github.com/appleboy/easyssh-proxy](https://github.com/appleboy/easyssh-proxy) from 1.3.7 to 1.3.9.
- [Release notes](https://github.com/appleboy/easyssh-proxy/releases)
- [Commits](https://github.com/appleboy/easyssh-proxy/compare/v1.3.7...v1.3.9)

---
updated-dependencies:
- dependency-name: github.com/appleboy/easyssh-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 14:25:36 +00:00

24 lines
849 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.3.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
)
require (
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 // 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-20200219091948-cb0a6d8edb6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)