mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-03 12:36:54 +00:00
change path
This commit is contained in:
@@ -2,9 +2,8 @@ package socks5
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ehang.io/nps/core"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/cnlh/nps/core"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
@@ -2,9 +2,9 @@ package socks5
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ehang.io/nps/core"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/cnlh/nps/core"
|
||||
"io"
|
||||
)
|
||||
|
||||
|
@@ -2,8 +2,8 @@ package socks5
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ehang.io/nps/core"
|
||||
"errors"
|
||||
"github.com/cnlh/nps/core"
|
||||
"io"
|
||||
"net"
|
||||
)
|
||||
|
@@ -2,9 +2,9 @@ package socks5
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ehang.io/nps/core"
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
"github.com/cnlh/nps/core"
|
||||
"io"
|
||||
"net"
|
||||
"strconv"
|
||||
|
@@ -2,9 +2,9 @@ package socks5
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ehang.io/nps/core"
|
||||
"ehang.io/nps/server/common"
|
||||
"fmt"
|
||||
"github.com/cnlh/nps/core"
|
||||
"github.com/cnlh/nps/server/common"
|
||||
"net"
|
||||
"strconv"
|
||||
)
|
||||
|
Reference in New Issue
Block a user