chore: upgrade go module

This commit is contained in:
Bo-Yi Wu
2021-03-20 13:00:05 +08:00
parent 91cd4c1be5
commit a91d132e3f
2 changed files with 21 additions and 19 deletions
+3 -2
View File
@@ -3,10 +3,11 @@ module github.com/appleboy/drone-telegram
go 1.15
require (
github.com/drone/drone-template-lib v1.0.1-0.20200922172814-d25f0a0b9a0e
github.com/drone/drone-template-lib v1.0.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.6.1
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
)