-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 665 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 665 Bytes
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/ww9/news
go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/corpix/uarand v0.2.0
github.com/gilliek/go-opml v1.0.0
github.com/kennygrant/sanitize v1.2.4
github.com/mmcdole/gofeed v1.2.1
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/goxpp v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)