chore: update dependencies and improve test accuracy

- Update urfave/cli/v2 from v2.25.5 to v2.25.7
- Update golang.org/x/crypto from v0.9.0 to v0.10.0
- Update golang.org/x/sys from v0.8.0 to v0.9.0 (indirect)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2023-06-21 16:25:15 +08:00
parent b33ad90151
commit 066b72ac09
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ require (
github.com/appleboy/easyssh-proxy v1.3.10
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.5
golang.org/x/crypto v0.9.0
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.10.0
)
require (
@@ -18,6 +18,6 @@ require (
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.8.0 // indirect
golang.org/x/sys v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)