19 lines
405 B
Modula-2
19 lines
405 B
Modula-2
module humungus.tedunangst.com/r/honk
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/net v0.14.0
|
|
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
|
|
humungus.tedunangst.com/r/webs v0.7.9
|
|
)
|
|
|
|
require (
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/image v0.11.0 // indirect
|
|
)
|