honk/go.mod

11 lines
325 B
Modula-2
Raw Normal View History

module humungus.tedunangst.com/r/honk
require (
2019-05-29 02:30:13 +02:00
github.com/gorilla/mux v1.7.2
github.com/mattn/go-runewidth v0.0.4
2019-05-29 02:30:13 +02:00
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
2019-05-18 01:37:43 +02:00
humungus.tedunangst.com/r/webs v0.4.4
)