2022-11-03 20:04:14 +00:00
|
|
|
module hotalert
|
|
|
|
|
2022-11-18 21:16:57 +00:00
|
|
|
go 1.19
|
2022-11-03 20:04:14 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/cobra v1.6.0
|
|
|
|
github.com/stretchr/testify v1.8.0
|
|
|
|
go.uber.org/zap v1.23.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
)
|