refactor: fix ci and put files where they belong (#15)

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2019-05-12 19:40:58 +01:00
committed by GitHub
parent e81638120b
commit c5f3907994
17 changed files with 129 additions and 187 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ module github.com/hacdias/webdav
go 1.12
require (
github.com/filebrowser/filebrowser/v2 v2.0.7 // 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
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
gopkg.in/yaml.v2 v2.2.2
)