chore: upgrade go module

This commit is contained in:
Bo-Yi Wu
2021-04-03 06:54:55 +08:00
parent d6c3514a66
commit e0f4e9a9e4
2 changed files with 13 additions and 7 deletions
+2 -3
View File
@@ -1,6 +1,6 @@
module github.com/appleboy/drone-telegram
go 1.15
go 1.16
require (
github.com/drone/drone-template-lib v1.0.0
@@ -8,6 +8,5 @@ require (
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.7.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/urfave/cli v1.20.0
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/urfave/cli v1.22.5
)