项目迁移

This commit is contained in:
刘河
2019-02-03 12:40:43 +08:00
parent cbdad1adb0
commit 87f2c8b2ce
14 changed files with 101 additions and 101 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ package server
import (
"errors"
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"net"
"net/http"
"sync"
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"bufio"
"crypto/tls"
"github.com/astaxie/beego"
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"net"
"net/http"
"net/http/httputil"
+2 -2
View File
@@ -2,8 +2,8 @@ package server
import (
"errors"
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"log"
"os"
"reflect"
+2 -2
View File
@@ -3,8 +3,8 @@ package server
import (
"encoding/binary"
"errors"
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"io"
"net"
"strconv"
+2 -2
View File
@@ -3,8 +3,8 @@ package server
import (
"errors"
"github.com/astaxie/beego"
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"net"
"strings"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package server
import (
"github.com/cnlh/easyProxy/bridge"
"github.com/cnlh/easyProxy/utils"
"github.com/cnlh/nps/bridge"
"github.com/cnlh/nps/utils"
"net"
"strings"
)