chore(deps): upgrade go package

This commit is contained in:
Bo-Yi Wu
2023-02-02 13:42:33 +08:00
parent 1c9314ed83
commit 5ec7c1ddf8
2 changed files with 13 additions and 19 deletions
+4 -4
View File
@@ -5,11 +5,11 @@ go 1.18
require (
github.com/appleboy/com v0.1.6
github.com/appleboy/easyssh-proxy v1.3.9
github.com/fatih/color v1.13.0
github.com/fatih/color v1.14.1
github.com/joho/godotenv v1.4.0
github.com/stretchr/testify v1.8.1
github.com/urfave/cli/v2 v2.23.7
golang.org/x/crypto v0.4.0
github.com/urfave/cli/v2 v2.24.2
golang.org/x/crypto v0.5.0
)
require (
@@ -22,6 +22,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.3.0 // indirect
golang.org/x/sys v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)