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
@@ -6,7 +6,7 @@ import (
"fmt"
"log"
"net"
"proxy/utils"
"github.com/snail007/goproxy/utils"
"strconv"
"sync"
"time"