mirror of
https://github.com/Fishwaldo/sched.git
synced 2025-03-15 19:41:46 +00:00
19 lines
722 B
Modula-2
19 lines
722 B
Modula-2
module github.com/sherifabdlnaby/sched
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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
|
|
github.com/uber-go/tally v3.3.17+incompatible
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
)
|