2019-04-10 14:51:56 +02:00
|
|
|
module humungus.tedunangst.com/r/honk
|
|
|
|
|
2023-08-14 05:54:24 +02:00
|
|
|
go 1.18
|
2020-01-24 09:22:13 +01:00
|
|
|
|
2019-04-10 14:51:56 +02:00
|
|
|
require (
|
2022-04-27 08:45:11 +02:00
|
|
|
github.com/andybalholm/cascadia v1.3.1
|
2020-11-11 05:18:33 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-04-27 08:45:11 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
2019-05-29 02:30:13 +02:00
|
|
|
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
|
2023-08-07 23:28:14 +02:00
|
|
|
humungus.tedunangst.com/r/webs v0.6.68
|
2019-04-10 14:51:56 +02:00
|
|
|
)
|
2023-08-14 05:54:24 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
|
|
|
|
)
|