10 lines
212 B
Modula-2
10 lines
212 B
Modula-2
module git.nutfactory.org/hoernschen/Matrix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lestrrat-go/backoff v1.0.0
|
|
github.com/mattn/go-sqlite3 v1.14.4
|
|
)
|