13 lines
286 B
Modula-2
13 lines
286 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/handlers v1.5.2 // indirect
|
|
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.7.0
|
|
)
|