12 lines
240 B
Modula-2
12 lines
240 B
Modula-2
|
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
|
||
|
)
|