Matrix/go.mod

10 lines
173 B
Modula-2
Raw Normal View History

2020-10-12 14:16:28 +00:00
module git.nutfactory.org/hoernschen/Matrix
2020-09-28 20:37:02 +00:00
go 1.14
require (
2020-10-11 21:11:30 +00:00
github.com/cenkalti/backoff/v4 v4.1.0
2020-09-28 20:37:02 +00:00
github.com/gorilla/mux v1.8.0
2020-10-12 14:16:28 +00:00
github.com/mattn/go-sqlite3 v1.14.4
2020-09-28 20:37:02 +00:00
)