2019-04-10 12:51:56 +00:00
|
|
|
module humungus.tedunangst.com/r/honk
|
|
|
|
|
2020-01-24 08:22:13 +00:00
|
|
|
go 1.11
|
|
|
|
|
2019-04-10 12:51:56 +00:00
|
|
|
require (
|
2019-11-11 04:56:31 +00:00
|
|
|
github.com/andybalholm/cascadia v1.1.0
|
|
|
|
github.com/gorilla/mux v1.7.3
|
|
|
|
github.com/mattn/go-runewidth v0.0.6
|
2019-06-27 20:28:20 +00:00
|
|
|
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
|
2020-09-10 19:04:29 +00:00
|
|
|
humungus.tedunangst.com/r/webs v0.6.44
|
2019-04-10 12:51:56 +00:00
|
|
|
)
|