We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ad22b commit f6a6864Copy full SHA for f6a6864
go.mod
@@ -4,9 +4,12 @@ go 1.15
4
5
require (
6
cloud.google.com/go/pubsub v1.9.1
7
+ github.com/PuerkitoBio/goquery v1.6.0
8
+ github.com/SunSince90/kube-scraper-backend v0.5.0
9
github.com/SunSince90/website-poller v0.2.1
10
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
11
github.com/rs/zerolog v1.20.0
12
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
13
+ google.golang.org/grpc v1.34.0
14
gopkg.in/telegram-bot-api.v4 v4.6.4
15
)
0 commit comments