mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-02 14:13:05 +00:00
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/status-im/dev-telemetry
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
|
)
|