2021-04-03 05:51:36 +02:00
|
|
|
module github.com/sherifabdlnaby/sched
|
|
|
|
|
2021-04-10 14:17:20 +02:00
|
|
|
go 1.13
|
|
|
|
|
2021-04-04 08:02:44 +02:00
|
|
|
require (
|
2021-04-10 04:59:43 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
|
|
|
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
|
|
|
|
github.com/m3db/prometheus_client_model v0.1.0 // indirect
|
|
|
|
github.com/m3db/prometheus_common v0.1.0 // indirect
|
|
|
|
github.com/m3db/prometheus_procfs v0.8.1 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2021-04-19 13:15:23 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-04-10 04:59:43 +02:00
|
|
|
github.com/uber-go/tally v3.3.17+incompatible
|
|
|
|
go.uber.org/zap v1.16.0
|
2021-04-10 12:19:32 +02:00
|
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2021-04-04 08:02:44 +02:00
|
|
|
)
|