go.mod (view raw)
1module humungus.tedunangst.com/r/honk
2
3go 1.18
4
5require (
6 github.com/andybalholm/cascadia v1.3.2
7 github.com/dustin/go-humanize v1.0.1
8 github.com/gorilla/mux v1.8.0
9 github.com/mattn/go-runewidth v0.0.15
10 golang.org/x/crypto v0.12.0
11 golang.org/x/net v0.14.0
12 humungus.tedunangst.com/r/go-sqlite3 v1.1.3
13 humungus.tedunangst.com/r/webs v0.7.7
14)
15
16require (
17 github.com/rivo/uniseg v0.4.4 // indirect
18 golang.org/x/image v0.11.0 // indirect
19)