mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-02 22:23:05 +00:00
14 lines
329 B
Modula-2
14 lines
329 B
Modula-2
module github.com/status-im/dev-telemetry
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
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/robfig/cron/v3 v3.0.1
|
|
github.com/stretchr/testify v1.8.1
|
|
go.uber.org/zap v1.27.0
|
|
)
|