forked from indes/flowerss-bot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (21 loc) · 775 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
23
module github.com/reaitten/flowerss-bot
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.0 // indirect
github.com/SlyMarbo/rss v1.0.1
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/grokify/html-strip-tags-go v0.0.0-20200923094847-079d207a09f1
github.com/indes/telegraph-go v1.0.1
github.com/jinzhu/gorm v1.9.16
github.com/magiconair/properties v1.8.5
github.com/mattn/go-sqlite3 v1.14.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
gopkg.in/tucnak/telebot.v2 v2.4.1
moul.io/zapgorm v1.1.3
)