|
|
@ -1,6 +1,6 @@
|
|
|
|
module github.com/cupcakearmy/autorestic
|
|
|
|
module github.com/cupcakearmy/autorestic
|
|
|
|
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/blang/semver/v4 v4.0.0
|
|
|
|
github.com/blang/semver/v4 v4.0.0
|
|
|
@ -12,3 +12,23 @@ require (
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
|
|
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
|
|
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
|
|
|
|
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
|
|
|
|
|
|
github.com/spf13/afero v1.1.2 // indirect
|
|
|
|
|
|
|
|
github.com/spf13/cast v1.3.0 // indirect
|
|
|
|
|
|
|
|
github.com/spf13/jwalterweatherman v1.0.0 // indirect
|
|
|
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
|
|
|
|
|
|
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
|
|
|
|
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
|
|
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
|
|
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
|
|
|
|
)
|
|
|
|