Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyRotate committed Jun 5, 2024
1 parent c68287e commit 8d2a83b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/cmd/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"google.golang.org/grpc"

"github.com/keyrotate/management-integrations/integrations"
"github.com/netbirdio/management-integrations/integrations"

clientProto "github.com/keyrotate/netbird/client/proto"
client "github.com/keyrotate/netbird/client/server"
Expand Down
2 changes: 1 addition & 1 deletion client/internal/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/keepalive"

"github.com/keyrotate/management-integrations/integrations"
"github.com/netbirdio/management-integrations/integrations"

"github.com/keyrotate/netbird/client/internal/dns"
"github.com/keyrotate/netbird/client/internal/peer"
Expand Down
2 changes: 1 addition & 1 deletion client/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/keyrotate/management-integrations/integrations"
"github.com/netbirdio/management-integrations/integrations"

log "github.com/sirupsen/logrus"
"google.golang.org/grpc"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require (
github.com/miekg/dns v1.1.43
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/nadoo/ipset v0.5.0
github.com/keyrotate/management-integrations/integrations v0.0.0
github.com/netbirdio/management-integrations/integrations v0.0.0-20240524104853-69c6d89826cd
github.com/okta/okta-sdk-golang/v2 v2.18.0
github.com/oschwald/maxminddb-golang v1.12.0
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ github.com/nadoo/ipset v0.5.0 h1:5GJUAuZ7ITQQQGne5J96AmFjRtI8Avlbk6CabzYWVUc=
github.com/nadoo/ipset v0.5.0/go.mod h1:rYF5DQLRGGoQ8ZSWeK+6eX5amAuPqwFkWjhQlEITGJQ=
github.com/netbirdio/ice/v3 v3.0.0-20240315174635-e72a50fcb64e h1:PURA50S8u4mF6RrkYYCAvvPCixhqqEiEy3Ej6avh04c=
github.com/netbirdio/ice/v3 v3.0.0-20240315174635-e72a50fcb64e/go.mod h1:YMLU7qbKfVjmEv7EoZPIVEI+kNYxWCdPK3VS0BU+U4Q=
github.com/keyrotate/management-integrations/integrations v0.0.0-20240524104853-69c6d89826cd h1:IzGGIJMpz07aPs3R6/4sxZv63JoCMddftLpVodUK+Ec=
github.com/keyrotate/management-integrations/integrations v0.0.0-20240524104853-69c6d89826cd/go.mod h1:kxks50DrZnhW+oRTdHOkVOJbcTcyo766am8RBugo+Yc=
github.com/netbirdio/management-integrations/integrations v0.0.0-20240524104853-69c6d89826cd h1:IzGGIJMpz07aPs3R6/4sxZv63JoCMddftLpVodUK+Ec=
github.com/netbirdio/management-integrations/integrations v0.0.0-20240524104853-69c6d89826cd/go.mod h1:kxks50DrZnhW+oRTdHOkVOJbcTcyo766am8RBugo+Yc=
github.com/keyrotate/service v0.0.0-20230215170314-b923b89432b0 h1:hirFRfx3grVA/9eEyjME5/z3nxdJlN9kfQpvWWPk32g=
github.com/keyrotate/service v0.0.0-20230215170314-b923b89432b0/go.mod h1:CIMRFEJVL+0DS1a3Nx06NaMn4Dz63Ng6O7dl0qH0zVM=
github.com/keyrotate/systray v0.0.0-20231030152038-ef1ed2a27949 h1:xbWM9BU6mwZZLHxEjxIX/V8Hv3HurQt4mReIE4mY4DM=
Expand Down
2 changes: 1 addition & 1 deletion management/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"

"github.com/keyrotate/management-integrations/integrations"
"github.com/netbirdio/management-integrations/integrations"

"github.com/keyrotate/netbird/encryption"
mgmtProto "github.com/keyrotate/netbird/management/proto"
Expand Down
2 changes: 1 addition & 1 deletion management/cmd/management.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip"

"github.com/keyrotate/management-integrations/integrations"
"github.com/netbirdio/management-integrations/integrations"

"github.com/keyrotate/netbird/encryption"
mgmtProto "github.com/keyrotate/netbird/management/proto"
Expand Down
2 changes: 1 addition & 1 deletion management/server/http/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"github.com/gorilla/mux"
"github.com/rs/cors"

"github.com/keyrotate/management-integrations/integrations"
s "github.com/keyrotate/netbird/management/server"
"github.com/keyrotate/netbird/management/server/geolocation"
"github.com/keyrotate/netbird/management/server/http/middleware"
"github.com/keyrotate/netbird/management/server/integrated_validator"
"github.com/keyrotate/netbird/management/server/jwtclaims"
"github.com/keyrotate/netbird/management/server/telemetry"
"github.com/netbirdio/management-integrations/integrations"
)

const apiPrefix = "/api"
Expand Down

0 comments on commit 8d2a83b

Please sign in to comment.