@@ -2,7 +2,7 @@ package core
import (
"context"
- "github.com/cnlh/nps/bridge"
+ "ehang.io/nps/bridge"
"net"
)
@@ -3,7 +3,7 @@ package common
"fmt"
- "github.com/cnlh/nps/core"
+ "ehang.io/nps/core"
"strconv"
@@ -2,9 +2,8 @@ package socks5
"errors"
- "fmt"
@@ -2,9 +2,9 @@ package socks5
"io"
@@ -2,8 +2,8 @@ package socks5
"encoding/binary"
+ "ehang.io/nps/server/common"
- "github.com/cnlh/nps/server/common"