mirror of
https://github.com/aptible/supercronic.git
synced 2025-09-26 20:31:17 +08:00
32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/aptible/supercronic
|
|
|
|
go 1.24.6
|
|
|
|
require (
|
|
github.com/evalphobia/logrus_sentry v0.8.2
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.66.1 // indirect
|
|
github.com/prometheus/procfs v0.17.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
google.golang.org/protobuf v1.36.9 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|