You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
364 B
14 lines
364 B
module humungus.tedunangst.com/r/honk
|
|
|
|
go 1.13
|
|
|
|
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.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
|
|
humungus.tedunangst.com/r/webs v0.6.56
|
|
)
|