rename repo

This commit is contained in:
naiba
2024-11-28 19:38:54 +08:00
parent 9d45bf6601
commit 3cce7ebf01
51 changed files with 117 additions and 117 deletions

View File

@@ -11,8 +11,8 @@ import (
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
"github.com/naiba/nezha/model"
"github.com/naiba/nezha/service/singleton"
"github.com/nezhahq/nezha/model"
"github.com/nezhahq/nezha/service/singleton"
)
type authHandler struct {

View File

@@ -7,7 +7,7 @@ import (
"sync/atomic"
"time"
"github.com/naiba/nezha/service/singleton"
"github.com/nezhahq/nezha/service/singleton"
)
type ioStreamContext struct {

View File

@@ -8,15 +8,15 @@ import (
"sync"
"time"
"github.com/naiba/nezha/pkg/ddns"
geoipx "github.com/naiba/nezha/pkg/geoip"
"github.com/naiba/nezha/pkg/grpcx"
"github.com/nezhahq/nezha/pkg/ddns"
geoipx "github.com/nezhahq/nezha/pkg/geoip"
"github.com/nezhahq/nezha/pkg/grpcx"
"github.com/jinzhu/copier"
"github.com/naiba/nezha/model"
pb "github.com/naiba/nezha/proto"
"github.com/naiba/nezha/service/singleton"
"github.com/nezhahq/nezha/model"
pb "github.com/nezhahq/nezha/proto"
"github.com/nezhahq/nezha/service/singleton"
)
var _ pb.NezhaServiceServer = (*NezhaHandler)(nil)