2021-11-02 13:23:29 +01:00
|
|
|
module github.com/status-im/dev-telemetry
|
|
|
|
|
|
2024-05-30 06:59:18 +02:00
|
|
|
go 1.20
|
2021-11-02 13:23:29 +01:00
|
|
|
|
|
|
|
|
require (
|
2024-05-30 06:59:18 +02:00
|
|
|
github.com/go-auxiliaries/shrinking-map v0.3.0
|
2023-01-26 11:05:41 -04:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
2024-06-03 15:03:14 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-11-08 09:35:00 +01:00
|
|
|
github.com/lib/pq v1.10.3
|
2021-11-08 12:22:11 +01:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-05-29 15:45:23 +02:00
|
|
|
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
|
|
|
)
|
2024-05-30 06:59:18 +02:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2024-06-03 15:03:14 +02:00
|
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-05-30 06:59:18 +02:00
|
|
|
)
|