matrix-handler/go.mod

12 lines
240 B
Modula-2
Raw Normal View History

2021-02-04 07:25:16 +00:00
module git.linuxrocker.com/mattburchett/matrix-handler
go 1.16
require (
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.0
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.18.0
)