-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathgo.mod
28 lines (26 loc) · 1.31 KB
/
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
24
25
26
27
28
module github.com/Ptt-Alertor/ptt-alertor
go 1.15
require (
github.com/PuerkitoBio/goquery v0.0.0-20170520194520-2dc93891ab3b // indirect
github.com/alicebob/miniredis v0.0.0-20171207150240-955f929b3a68
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
github.com/aws/aws-sdk-go v1.38.51
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/garyburd/redigo v0.0.0-20170216214944-0d253a66e6e1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/google/gops v0.3.5
github.com/julienschmidt/httprouter v0.0.0-20170104185816-8a45e95fc75c
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/line/line-bot-sdk-go v7.8.0+incompatible
github.com/Ptt-Alertor/logrus v0.0.0-20170625191354-a4db038e018c
github.com/mmcdole/gofeed v0.0.0-20170307182009-042c0a912158
github.com/mmcdole/goxpp v0.0.0-20160419160217-e38884aa48c1 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron v0.0.0-20160927164231-9585fd555638
github.com/stretchr/testify v1.2.2 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
gopkg.in/h2non/gock.v1 v1.0.7
gopkg.in/mailgun/mailgun-go.v1 v1.0.2
)