mirror of
https://github.com/Luzifer/elb-instance-status.git
synced 2024-11-08 14:00:09 +00:00
17 lines
364 B
Modula-2
17 lines
364 B
Modula-2
module github.com/Luzifer/elb-instance-status
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/net v0.24.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|