diff --git a/README.md b/README.md index 43e007c..da52966 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Flags: 下载准备运行的[二进制文件](https://github.com/wjlin0/pathScan/releases/latest)或使用 GO 安装 ### GO ```shell -go get -v github.com/wjlin0/pathScan +go get -v -u github.com/wjlin0/pathScan ``` ## 远程加载 ```console diff --git a/go.mod b/go.mod index e9ac4f9..6078835 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.19 require ( github.com/fatih/color v1.14.1 github.com/pkg/errors v0.9.1 + github.com/projectdiscovery/clistats v0.0.12 github.com/projectdiscovery/fileutil v0.0.3 github.com/projectdiscovery/goflags v0.1.6 github.com/projectdiscovery/gologger v1.1.7 @@ -31,7 +32,6 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nwaples/rardecode v1.1.3 // indirect github.com/pierrec/lz4 v2.6.1+incompatible // indirect - github.com/projectdiscovery/clistats v0.0.12 // indirect github.com/projectdiscovery/freeport v0.0.4 // indirect github.com/projectdiscovery/stringsutil v0.0.2 // indirect github.com/projectdiscovery/utils v0.0.6 // indirect