fix duplicated key

This commit is contained in:
A.Unger
2021-03-09 23:16:13 +01:00
parent 90aea4f58d
commit 25909d5923
3 changed files with 267 additions and 10 deletions
+2 -4
View File
@@ -7,14 +7,12 @@ require (
github.com/asim/go-micro/v3 v3.5.1-0.20210217182006-0f0ace1a44a9
github.com/cs3org/reva v1.6.1-0.20210223065028-53f39499762e
github.com/gofrs/uuid v3.3.0+incompatible
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
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.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
github.com/spf13/viper v1.7.1
github.com/thejerf/suture v4.0.0+incompatible
golang.org/x/mod v0.4.1 // indirect
)