This commit is contained in:
Willy Kloucek
2021-04-13 09:29:24 +02:00
parent 955bd60edf
commit 708133ab08
32 changed files with 1090 additions and 2346 deletions
-3
View File
@@ -3,17 +3,14 @@ module github.com/owncloud/ocis/storage
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/asim/go-micro/v3 v3.5.1-0.20210217182006-0f0ace1a44a9
github.com/cs3org/reva v1.6.1-0.20210329145723-ed244aac4ddc
github.com/gofrs/uuid v3.3.0+incompatible
github.com/micro/cli/v2 v2.1.2
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/oklog/run v1.1.0
github.com/owncloud/ocis/ocis-pkg v0.0.0-20210216094451-dc73176dc62d
github.com/spf13/viper v1.7.1
github.com/thejerf/suture/v4 v4.0.0
golang.org/x/mod v0.4.1 // indirect
)
replace (