honk/go.mod

12 lines
353 B
Modula-2

module humungus.tedunangst.com/r/honk
require (
github.com/andybalholm/cascadia v1.0.0
github.com/gorilla/mux v1.7.2
github.com/mattn/go-runewidth v0.0.4
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
humungus.tedunangst.com/r/webs v0.6.9
)