mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
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.4
|
|
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
|
|
)
|