2021-11-02 12:23:29 +00:00
|
|
|
module github.com/status-im/dev-telemetry
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2023-01-26 15:05:41 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
2024-05-17 01:14:23 +00:00
|
|
|
github.com/gorilla/handlers v1.5.2 // indirect
|
2021-11-02 12:23:29 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-11-08 08:35:00 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2021-11-08 11:22:11 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-11-08 08:35:00 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-02 12:23:29 +00:00
|
|
|
)
|