diff --git a/cmd/management.go b/cmd/management.go index 19bf52d..1ddaf17 100644 --- a/cmd/management.go +++ b/cmd/management.go @@ -7,7 +7,8 @@ import ( "github.com/spf13/cobra" - "github.com/netbirdio/management-cloud-refactor/integrations" + "github.com/netbirdio/management-integrations-refactor/integrations" + "github.com/netbirdio/management-refactor/internals/server" "github.com/netbirdio/management-refactor/pkg/logging" ) diff --git a/go.mod b/go.mod index 0559b83..6dbcea9 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,7 @@ require ( github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.2-0.20240212192251-757544f21357 github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 github.com/mattn/go-sqlite3 v1.14.22 + github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65 github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203 github.com/netbirdio/netbird v0.41.0 github.com/petermattis/goid v0.0.0-20250319124200-ccd6737f222a diff --git a/go.sum b/go.sum index e7e0b9e..1fe0a79 100644 --- a/go.sum +++ b/go.sum @@ -222,6 +222,8 @@ github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= +github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65 h1:N5ny4rwjnPtXO14/RpGJpdOOr8wWgLEVRVGoawCZRg8= +github.com/netbirdio/management-integrations-refactor v0.0.0-20250606145650-91ec2ff19a65/go.mod h1:ZvZaPfGQ1MGQbCiexhqWZkUdPkF9ymR1DAKu3ZO70RI= github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203 h1:uxxbLPXQgC9VO15epNPtrD6zazyd5rZeqC5hQSmCdZU= github.com/netbirdio/management-integrations/integrations v0.0.0-20250330143713-7901e0a82203/go.mod h1:2ZE6/tBBCKHQggPfO2UOQjyjXI7k+JDVl2ymorTOVQs= github.com/netbirdio/netbird v0.41.0 h1:netVLMdYZyFGEOvzsCUcB8TrCgpPRJElPV9gNano2pg=