2018-12-27 12:18:10 -08:00
|
|
|
module github.com/rdelval/australis
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2019-03-21 15:49:40 -07:00
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
2018-12-27 12:18:10 -08:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2020-02-07 18:41:59 -08:00
|
|
|
github.com/paypal/gorealis/v2 v2.21.0
|
2018-12-27 12:18:10 -08:00
|
|
|
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e
|
|
|
|
github.com/sirupsen/logrus v1.2.0
|
|
|
|
github.com/spf13/cobra v0.0.0-20180115160933-0c34d16c3123
|
|
|
|
github.com/spf13/pflag v1.0.3
|
|
|
|
github.com/spf13/viper v1.3.1
|
2019-03-21 12:26:14 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-12-27 12:18:10 -08:00
|
|
|
)
|
2020-01-29 16:12:53 -08:00
|
|
|
|
|
|
|
go 1.13
|