telemetry/go.mod

14 lines
329 B
Modula-2
Raw Normal View History

2021-11-02 13:23:29 +01:00
module github.com/status-im/dev-telemetry
go 1.15
require (
github.com/golang-migrate/migrate/v4 v4.15.2
2024-05-29 13:40:31 +02:00
github.com/gorilla/mux v1.8.0 // indirect
github.com/lib/pq v1.10.3
2021-11-08 12:22:11 +01:00
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.27.0
2024-05-29 13:40:31 +02:00
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
2021-11-02 13:23:29 +01:00
)