-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
22 lines (20 loc) · 787 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/eleboucher/berlin-vaccine-alert
go 1.16
require (
github.com/Masterminds/squirrel v1.5.0
github.com/PuerkitoBio/goquery v1.6.1
github.com/getsentry/sentry-go v0.11.0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/google/go-querystring v1.1.0
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgx/v4 v4.11.0
github.com/makasim/sentryhook v0.4.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)