generated from midzer/go-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
20 lines (18 loc) · 814 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/midzer/sitemap2feed
go 1.19
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/bored-engineer/sitemap v0.0.0-20230103052757-9c8e08e02db6 // indirect
github.com/bored-engineer/w3c-datetime v0.0.0-20230102170056-ee1564a200d0 // indirect
github.com/gorilla/feeds v1.1.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/gofeed v1.2.1 // 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.4.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.5.0 // indirect
)