go.mod (view raw)
1module humungus.tedunangst.com/r/honk
2
3require (
4 github.com/andybalholm/cascadia v1.0.0
5 github.com/gdamore/tcell v1.3.0
6 github.com/gorilla/mux v1.7.2
7 github.com/mattn/go-runewidth v0.0.4
8 github.com/rivo/tview v0.0.0-20191018125527-685bf6da76c2
9 golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
10 golang.org/x/net v0.0.0-20190620200207-3b0461eec859
11 humungus.tedunangst.com/r/go-sqlite3 v1.1.3
12 humungus.tedunangst.com/r/webs v0.6.16
13)
14
15go 1.11