matrix-vanity/go.mod

10 lines
210 B
Modula-2
Raw Normal View History

2023-11-25 00:47:25 +00:00
module git.alioth.systems/erin/matrix-vanity
go 1.20
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-chi/chi/v5 v5.0.10 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
)