Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 428798c

Browse files
committed
Update dependencies
1 parent 1114d15 commit 428798c

File tree

3 files changed

+279
-35
lines changed

3 files changed

+279
-35
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module github.com/thor77/sensu-telegram-handler
33
go 1.12
44

55
require (
6-
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
7-
github.com/sensu/sensu-go/types v0.3.0
8-
github.com/sensu/sensu-plugin-sdk v0.14.1
9-
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
6+
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
7+
github.com/sensu/sensu-go/types v0.8.0
8+
github.com/sensu/sensu-plugin-sdk v0.15.0
109
)

0 commit comments

Comments
 (0)