mirror of
https://github.com/Fishwaldo/go-taskmanager.git
synced 2025-03-15 11:21:28 +00:00
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/Fishwaldo/go-taskmanager
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.3.9
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/go-logr/stdr v1.2.2
|
|
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/prometheus/client_golang v1.4.0
|
|
github.com/sasha-s/go-deadlock v0.3.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.9.1 // indirect
|
|
github.com/prometheus/procfs v0.0.8 // indirect
|
|
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|