mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-14 05:12:37 +08:00
de5e936a05
- Upgrade Go version from `1.20` to `1.18` - Update dependencies: - `github.com/appleboy/com` from `v0.1.7` to `v0.1.6` - `github.com/appleboy/easyssh-proxy` from `v1.3.10` to `v1.3.9` - `github.com/fatih/color` from `v1.15.0` to `v1.9.0` - `github.com/joho/godotenv` from `v1.5.1` to `v1.4.0` - `github.com/stretchr/testify` from `v1.8.2` to `v1.7.0` - `github.com/urfave/cli/v2` from `v2.25.1` to `v2.8.1` - `golang.org/x/crypto` from `v0.8.0` to `v0.0.0-20220525230936-793ad666bf5e` - `github.com/ScaleFT/sshkeys` from `v1.2.0` to `v0.0.0-20200327173127-6142f742bca5` - `github.com/cpuguy83/go-md2man/v2` from `v2.0.2 Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
28 lines
996 B
Modula-2
28 lines
996 B
Modula-2
module github.com/appleboy/drone-scp
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/appleboy/com v0.1.6
|
|
github.com/appleboy/easyssh-proxy v1.3.9
|
|
github.com/fatih/color v1.9.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.8.1
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
)
|
|
|
|
require (
|
|
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.11 // 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.0.0-20210615035016-665e8c7367d1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|