switch source for go micro plugins

This commit is contained in:
Willy Kloucek
2022-04-19 09:44:47 +02:00
parent ff48a58c1f
commit e5b7496c29
17 changed files with 70 additions and 62 deletions
@@ -3,9 +3,9 @@ package command
import (
"fmt"
"github.com/asim/go-micro/plugins/events/natsjs/v4"
"github.com/cs3org/reva/v2/pkg/events"
"github.com/cs3org/reva/v2/pkg/events/server"
"github.com/go-micro/plugins/v4/events/natsjs"
"github.com/owncloud/ocis/extensions/notifications/pkg/channels"
"github.com/owncloud/ocis/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/extensions/notifications/pkg/config/parser"