-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (40 loc) · 1.79 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
module github.com/sorae42/ressdit
go 1.22
toolchain go1.22.5
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/cameronstanley/go-reddit v0.0.0-20170423222116-4bfac7ea95af
github.com/gabriel-vasile/mimetype v1.4.5
github.com/getsentry/sentry-go v0.28.1
github.com/go-shiori/go-readability v0.0.0-20240701094332-1070de7e32ef
github.com/gorilla/feeds v1.2.0
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/joho/godotenv v1.5.1
github.com/tiendc/go-linkpreview v0.0.0-20240619195214-ed28db0d225e
github.com/victorspringer/http-cache v0.0.0-20240523143319-7d9f48f8ab91
golang.org/x/oauth2 v0.21.0
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-redis/cache v6.4.0+incompatible // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jarcoal/httpmock v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
replace github.com/cameronstanley/go-reddit => ./pkg/reddit