remove thirdparty diectory, add go.mod for package dependences

This commit is contained in:
John
2019-08-01 14:07:25 +08:00
parent 29ea9e3237
commit 06c16bf560
1330 changed files with 111 additions and 535234 deletions

View File

@ -11,8 +11,8 @@ import (
"fmt"
"strings"
"github.com/clbanning/mxj"
"github.com/gogf/gf/encoding/gcharset"
"github.com/gogf/gf/internal/thirdparty/github.com/clbanning/mxj"
"github.com/gogf/gf/text/gregex"
)