chore: upgrade go module

This commit is contained in:
Bo-Yi Wu
2020-03-26 23:26:09 +08:00
parent 5607652dd4
commit cfc2d80805
2 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/drone/drone-template-lib v1.0.0
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.22.3
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
)