aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index f6cd77a..796616a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The checks are performed transitively, following dependencies.
# Parameters
```
-Usage of ./goosebumps:
+Usage of goosebumps:
-cc
check for imports of cgo
-ci
@@ -21,10 +21,11 @@ Usage of ./goosebumps:
check for imports of net/http/pprof
-cu
check for imports of unsafe
+ -d string
+ directory with go.mod file (default ".")
-exempt string
domains exempt from the search, seperated by space (default "golang.org")
- -mod string
- go.mod file (default "go.mod")
-modcache string
- location of go mod cache (default "$GOPATH/pkg/mod")
+ location of go mod cache (default "/home/oec/pkg/mod")
+ -r recursively search for go.mod files
```