tidy everything

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-02-17 16:51:35 +00:00
parent 588ac4a2a6
commit 57aec02410
32 changed files with 1436 additions and 448 deletions
+4
View File
@@ -36,5 +36,9 @@ require (
replace (
github.com/owncloud/ocis/ocis-pkg => ../ocis-pkg
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)