mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-03-05 14:57:01 -05:00
- Update dependencies: bump github.com/appleboy/com to v1.1.0, github.com/urfave/cli/v2 to v2.27.7, golang.org/x/crypto to v0.41.0, github.com/xrash/smetrics and golang.org/x/sys to newer versions Signed-off-by: appleboy <appleboy.tw@gmail.com>
29 lines
932 B
Modula-2
29 lines
932 B
Modula-2
module github.com/appleboy/drone-scp
|
|
|
|
go 1.23.8
|
|
|
|
require (
|
|
github.com/appleboy/com v1.1.0
|
|
github.com/appleboy/easyssh-proxy v1.5.0
|
|
github.com/fatih/color v1.18.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/urfave/cli/v2 v2.27.7
|
|
github.com/yassinebenaid/godump v0.11.1
|
|
golang.org/x/crypto v0.41.0
|
|
)
|
|
|
|
require (
|
|
github.com/ScaleFT/sshkeys v1.4.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // 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-20250705151800-55b8f293f342 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|