mirror of
https://github.com/waku-org/telemetry.git
synced 2025-02-15 01:16:35 +00:00
13 lines
276 B
Modula-2
13 lines
276 B
Modula-2
module github.com/status-im/dev-telemetry
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lib/pq v1.10.3
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|