Matrix/go.mod

10 lines
158 B
Modula-2
Raw Normal View History

2020-09-28 20:37:02 +00:00
module nutfactory.org/Matrix
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
github.com/mattn/go-sqlite3 v1.14.3
)