mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-02 14:13:05 +00:00
25 lines
697 B
Modula-2
25 lines
697 B
Modula-2
module github.com/status-im/dev-telemetry
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-auxiliaries/shrinking-map v0.3.0
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
|
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.8.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
|
)
|
|
|
|
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
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|