feat: update modules

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2019-05-12 12:39:57 +01:00
parent 4199ffc190
commit 8bf2c4eea3
2 changed files with 19 additions and 7 deletions
+5 -3
View File
@@ -3,7 +3,9 @@ module github.com/hacdias/webdav
go 1.12
require (
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
gopkg.in/yaml.v2 v2.2.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
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
)