🚚 from p14yground to naiba

This commit is contained in:
naiba
2020-11-11 10:07:45 +08:00
parent 66a4bf0c5c
commit 4083a42978
25 changed files with 54 additions and 54 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/jinzhu/gorm"
"github.com/patrickmn/go-cache"
"github.com/p14yground/nezha/model"
pb "github.com/p14yground/nezha/proto"
"github.com/naiba/nezha/model"
pb "github.com/naiba/nezha/proto"
)
// Conf ..

View File

@@ -15,8 +15,8 @@ import (
"github.com/shirou/gopsutil/mem"
"github.com/shirou/gopsutil/net"
"github.com/p14yground/nezha/model"
"github.com/p14yground/nezha/service/dao"
"github.com/naiba/nezha/model"
"github.com/naiba/nezha/service/dao"
)
type ipDotSbGeoIP struct {

View File

@@ -3,7 +3,7 @@ package rpc
import (
"context"
"github.com/p14yground/nezha/service/dao"
"github.com/naiba/nezha/service/dao"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"

View File

@@ -5,9 +5,9 @@ import (
"log"
"time"
"github.com/p14yground/nezha/model"
pb "github.com/p14yground/nezha/proto"
"github.com/p14yground/nezha/service/dao"
"github.com/naiba/nezha/model"
pb "github.com/naiba/nezha/proto"
"github.com/naiba/nezha/service/dao"
)
// NezhaHandler ..