chore: go mod tidy

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2019-06-11 13:12:22 +01:00
parent cd472b26be
commit 931f125224
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ module github.com/hacdias/webdav/v2
go 1.12
require (
github.com/hacdias/webdav v1.4.1 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2