drone-ssh/go.mod
dependabot[bot] 080c7f4fc7
chore(deps): bump github.com/appleboy/easyssh-proxy from 1.3.9 to 1.3.10
Bumps [github.com/appleboy/easyssh-proxy](https://github.com/appleboy/easyssh-proxy) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/appleboy/easyssh-proxy/releases)
- [Changelog](https://github.com/appleboy/easyssh-proxy/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/appleboy/easyssh-proxy/compare/v1.3.9...v1.3.10)

---
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>
2023-04-10 10:59:36 +00:00

24 lines
725 B
Modula-2

module github.com/appleboy/drone-ssh
go 1.18
require (
github.com/appleboy/easyssh-proxy v1.3.10
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.25.1
golang.org/x/crypto v0.7.0
)
require (
github.com/ScaleFT/sshkeys v1.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // 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
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)