Rename module to netbirdio/netbird (#288)

rename the go module to netbirdio/netbird 
as part of our rebranding.
This commit is contained in:
Maycon Santos
2022-03-26 12:08:54 +01:00
committed by GitHub
parent ede2795529
commit c3bc85e22d
64 changed files with 146 additions and 146 deletions

View File

@@ -16,10 +16,10 @@ import (
_ "embed"
"github.com/getlantern/systray"
"github.com/netbirdio/netbird/client/internal"
"github.com/netbirdio/netbird/client/proto"
log "github.com/sirupsen/logrus"
"github.com/skratchdot/open-golang/open"
"github.com/wiretrustee/wiretrustee/client/internal"
"github.com/wiretrustee/wiretrustee/client/proto"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
)