-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
48 lines (45 loc) · 1.77 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// +heroku goVersion 1.22
module social-notifications
go 1.22
toolchain go1.22.5
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/antihax/optional v1.0.0
github.com/g8rswimmer/go-twitter v1.1.4
github.com/go-resty/resty/v2 v2.16.2
github.com/grokify/go-stackoverflow v0.1.10
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.9.3
github.com/slack-go/slack v0.15.0
github.com/spf13/pflag v1.0.5
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grokify/base36 v1.0.5 // indirect
github.com/grokify/gocharts/v2 v2.20.1 // indirect
github.com/grokify/mogo v0.64.11 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/quicktemplate v1.8.0 // indirect
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
github.com/xuri/excelize/v2 v2.8.1 // indirect
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
gonum.org/v1/gonum v0.15.1 // indirect
)