mirror of
https://github.com/Luzifer/elb-instance-status.git
synced 2024-11-08 14:00:09 +00:00
16 lines
347 B
Modula-2
16 lines
347 B
Modula-2
module github.com/Luzifer/elb-instance-status
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|