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/handlers v1.5.2
9 github.com/gorilla/mux v1.8.0
10 github.com/jmoiron/sqlx v1.3.5
11 github.com/mattn/go-runewidth v0.0.15
12 golang.org/x/crypto v0.12.0
13 golang.org/x/net v0.14.0
14 humungus.tedunangst.com/r/go-sqlite3 v1.1.3
15 humungus.tedunangst.com/r/webs v0.7.7
16)
17
18require (
19 github.com/felixge/httpsnoop v1.0.3 // indirect
20 github.com/rivo/uniseg v0.4.4 // indirect
21 golang.org/x/image v0.11.0 // indirect
22)