all repos — honk @ b602d33e4b4c03dc9a1a172ec4a850152d4bc11b

my fork of honk

go.mod (view raw)

 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
module humungus.tedunangst.com/r/honk

go 1.18

require (
	github.com/dustin/go-humanize v1.0.1
	github.com/gorilla/handlers v1.5.2
	github.com/gorilla/mux v1.8.1
	github.com/jmoiron/sqlx v1.3.5
	github.com/mattn/go-runewidth v0.0.15
	github.com/mmcdole/gofeed v1.2.1
	golang.org/x/crypto v0.19.0
	golang.org/x/net v0.21.0
	humungus.tedunangst.com/r/go-sqlite3 v1.2.1
	humungus.tedunangst.com/r/gonix v0.1.4
	humungus.tedunangst.com/r/webs v0.7.10
)

require (
	github.com/PuerkitoBio/goquery v1.8.0 // indirect
	github.com/andybalholm/cascadia v1.3.1 // indirect
	github.com/felixge/httpsnoop v1.0.3 // 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
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/image v0.15.0 // indirect
	golang.org/x/sys v0.17.0 // indirect
	golang.org/x/text v0.14.0 // indirect
)