Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
demonstan committed Apr 16, 2021
1 parent bfff16d commit 12c3ffa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
"os"
"path/filepath"
"strings"
"v2ray.com/core/common/errors"
"v2ray.com/core/common/platform"
"v2ray.com/core/common/protocol"
"v2ray.com/core/main/confloader"
"v2ray.com/core/infra/conf"
json_reader "v2ray.com/core/infra/conf/json"
"github.com/v2fly/v2ray-core/v4/common/errors"
"github.com/v2fly/v2ray-core/v4/common/platform"
"github.com/v2fly/v2ray-core/v4/common/protocol"
"github.com/v2fly/v2ray-core/v4/main/confloader"
"github.com/v2fly/v2ray-core/v4/infra/conf"
json_reader "github.com/v2fly/v2ray-core/v4/infra/conf/json"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions handlerServiceClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package ssrpanel
import (
"context"
"google.golang.org/grpc"
"v2ray.com/core/app/proxyman/command"
"v2ray.com/core/common/protocol"
"v2ray.com/core/common/serial"
"github.com/v2fly/v2ray-core/v4/app/proxyman/command"
"github.com/v2fly/v2ray-core/v4/common/protocol"
"github.com/v2fly/v2ray-core/v4/common/serial"
)

type HandlerServiceClient struct {
Expand Down
6 changes: 3 additions & 3 deletions panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"github.com/shirou/gopsutil/load"
"google.golang.org/grpc"
"time"
"v2ray.com/core/common/protocol"
"v2ray.com/core/common/serial"
"v2ray.com/core/proxy/vmess"
"github.com/v2fly/v2ray-core/v4/common/protocol"
"github.com/v2fly/v2ray-core/v4/common/serial"
"github.com/v2fly/v2ray-core/v4/proxy/vmess"
)

type Panel struct {
Expand Down
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"google.golang.org/grpc/status"
"os"
"time"
"v2ray.com/core/common/errors"
"github.com/v2fly/v2ray-core/v4/common/errors"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion statsServiceClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/status"
"strings"
statsservice "v2ray.com/core/app/stats/command"
statsservice "github.com/v2fly/v2ray-core/v4/app/stats/command"
)

type StatsServiceClient struct {
Expand Down

0 comments on commit 12c3ffa

Please sign in to comment.