mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-08 11:41:03 +00:00
10 lines
202 B
Modula-2
10 lines
202 B
Modula-2
module github.com/signaller-matrix/signaller
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/wangjia184/sortedset v0.0.0-20160527075905-f5d03557ba30
|
|
)
|