honk/go.mod

17 lines
525 B
Modula-2
Raw Normal View History

module humungus.tedunangst.com/r/honk
require (
2019-06-05 07:52:56 +00:00
github.com/andybalholm/cascadia v1.0.0
2019-10-20 23:13:34 +00:00
github.com/gdamore/tcell v1.1.1
2019-05-29 00:30:13 +00:00
github.com/gorilla/mux v1.7.2
github.com/mattn/go-runewidth v0.0.4
github.com/rivo/tview v0.0.0-20190406182340-90b4da1bd64c
2019-10-22 04:46:11 +00:00
github.com/rivo/uniseg v0.0.0-20190313204849-f699dde9c340 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
2019-05-29 00:30:13 +00:00
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
2019-10-29 17:38:51 +00:00
humungus.tedunangst.com/r/webs v0.6.21
)
2019-10-14 02:57:11 +00:00
go 1.11