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.1.1
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-20190406182340-90b4da1bd64c
9 github.com/rivo/uniseg v0.0.0-20190313204849-f699dde9c340 // indirect
10 golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
11 golang.org/x/net v0.0.0-20190620200207-3b0461eec859
12 humungus.tedunangst.com/r/go-sqlite3 v1.1.3
13 humungus.tedunangst.com/r/webs v0.6.23
14)
15
16go 1.11