go.mod (view raw)
1module humungus.tedunangst.com/r/honk
2
3go 1.18
4
5require (
6 github.com/gorilla/mux v1.8.1
7 github.com/mattn/go-runewidth v0.0.15
8 golang.org/x/crypto v0.16.0
9 golang.org/x/net v0.19.0
10 humungus.tedunangst.com/r/go-sqlite3 v1.1.3
11 humungus.tedunangst.com/r/gonix v0.1.4
12 humungus.tedunangst.com/r/webs v0.7.10
13)
14
15require (
16 github.com/rivo/uniseg v0.4.4 // indirect
17 golang.org/x/image v0.14.0 // indirect
18 golang.org/x/sys v0.15.0 // indirect
19)