all repos — honk @ b602d33e4b4c03dc9a1a172ec4a850152d4bc11b

my fork of honk

go.mod (view raw)

 1module humungus.tedunangst.com/r/honk
 2
 3go 1.18
 4
 5require (
 6	github.com/dustin/go-humanize v1.0.1
 7	github.com/gorilla/handlers v1.5.2
 8	github.com/gorilla/mux v1.8.1
 9	github.com/jmoiron/sqlx v1.3.5
10	github.com/mattn/go-runewidth v0.0.15
11	github.com/mmcdole/gofeed v1.2.1
12	golang.org/x/crypto v0.19.0
13	golang.org/x/net v0.21.0
14	humungus.tedunangst.com/r/go-sqlite3 v1.2.1
15	humungus.tedunangst.com/r/gonix v0.1.4
16	humungus.tedunangst.com/r/webs v0.7.10
17)
18
19require (
20	github.com/PuerkitoBio/goquery v1.8.0 // indirect
21	github.com/andybalholm/cascadia v1.3.1 // indirect
22	github.com/felixge/httpsnoop v1.0.3 // indirect
23	github.com/json-iterator/go v1.1.12 // indirect
24	github.com/mmcdole/goxpp v1.1.0 // indirect
25	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
26	github.com/modern-go/reflect2 v1.0.2 // indirect
27	github.com/rivo/uniseg v0.4.7 // indirect
28	golang.org/x/image v0.15.0 // indirect
29	golang.org/x/sys v0.17.0 // indirect
30	golang.org/x/text v0.14.0 // indirect
31)