Skip to content

Commit f6a6864

Browse files
committed
Provide example of scraper
Signed-off-by: Elis Lulja <elulja@cisco.com>
1 parent c0ad22b commit f6a6864

File tree

3 files changed

+247
-4
lines changed

3 files changed

+247
-4
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ go 1.15
44

55
require (
66
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
79
github.com/SunSince90/website-poller v0.2.1
810
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
911
github.com/rs/zerolog v1.20.0
1012
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
13+
google.golang.org/grpc v1.34.0
1114
gopkg.in/telegram-bot-api.v4 v4.6.4
1215
)

0 commit comments

Comments
 (0)