feat: use viper and more flags

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-05-12 19:00:16 +01:00
parent 78ceb0e44c
commit 24fa8aa228
6 changed files with 448 additions and 254 deletions
+4 -2
View File
@@ -3,9 +3,11 @@ module github.com/hacdias/webdav
go 1.12
require (
github.com/kr/pretty v0.1.0 // indirect
github.com/filebrowser/filebrowser/v2 v2.0.7 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)