mirror of
https://github.com/waku-org/telemetry.git
synced 2025-02-13 00:16:32 +00:00
11 lines
195 B
Modula-2
11 lines
195 B
Modula-2
module github.com/status-im/dev-telemetry
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lib/pq v1.10.3
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|