telemetry/go.mod

12 lines
229 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/gorilla/mux v1.8.0
github.com/lib/pq v1.10.3
2021-11-02 13:23:29 +01:00
github.com/mattn/go-sqlite3 v1.14.9
2021-11-08 12:22:11 +01:00
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.7.0
2021-11-02 13:23:29 +01:00
)