Merge pull request #17 from owncloud/update-ocis-pkg

update ocis-pkg to 2.2.0
This commit is contained in:
David Christofas
2020-03-31 11:01:43 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Change: update ocis-pkg to version 2.2.0
Updated ocis-pkg to include the cors header changes.
https://github.com/owncloud/ocis-webdav/issues/16

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/micro/go-micro/v2 v2.0.0
github.com/oklog/run v1.0.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/owncloud/ocis-pkg/v2 v2.0.1
github.com/owncloud/ocis-pkg/v2 v2.2.0
github.com/owncloud/ocis-thumbnails v0.0.0-20200318131505-e0ab0b37a5a4
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/viper v1.5.0