add go mod

This commit is contained in:
snail007
2021-05-21 23:37:56 +08:00
parent faf9ef3bfc
commit 03670bfad1
10 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"runtime/debug"
"strconv"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"runtime/debug"
"time"
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"strconv"
"sync"
"time"
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"time"
)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"runtime/debug"
"strconv"
"strings"
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"io"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"runtime/debug"
"strconv"
"strings"