-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 762 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/L11R/wotbot
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/chromedp/chromedp v0.5.2
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang-migrate/migrate/v4 v4.7.1
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/jmoiron/sqlx v1.2.1-0.20191203222853-2ba0fc60eb4a
github.com/lib/pq v1.0.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40 // indirect
)