signaller/go.mod

9 lines
134 B
Modula-2
Raw Permalink Normal View History

2019-08-04 16:46:31 +00:00
module github.com/signaller-matrix/signaller
2019-07-18 14:56:04 +00:00
go 1.12
2019-07-29 12:54:20 +00:00
require (
github.com/gorilla/mux v1.7.3
github.com/stretchr/testify v1.3.0
)