17 lines
467 B
Modula-2
17 lines
467 B
Modula-2
module github.com/home-assistant/cli
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-resty/resty/v2 v2.3.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/afero v1.3.4 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
)
|