fix: imports

This commit is contained in:
Fabiennne
2020-03-24 16:16:05 +01:00
parent e6a4b7398c
commit 3100d4b48b
6 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
package grpc
import (
"github.com/caos/utils/api/grpc/server"
"github.com/caos/zitadel/internal/api/grpc/server"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
"strings"
)