-
Notifications
You must be signed in to change notification settings - Fork 61
add woke ignore traversal #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 23 commits
bcf70ec
5ac2627
7a8d1f5
26bbfc2
8992da3
a553303
c1e8460
02e2890
11ba44c
9165256
90a9d9d
3ea20dc
ddbcc9e
c3fcd93
18eecf3
68df869
c490f21
f1b7274
1ace25b
3803fda
9159bf2
7833ce9
0804bce
e59fc8d
6fbb40d
109210f
fc9388e
2653bca
83f0842
7d1f505
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,38 +4,46 @@ go 1.17 | |
|
|
||
| require ( | ||
| github.com/caitlinelfring/go-env-default v1.0.0 | ||
| github.com/fatih/color v1.12.0 | ||
| github.com/fatih/color v1.13.0 | ||
| github.com/get-woke/fastwalk v1.0.0 | ||
| github.com/get-woke/go-gitignore v1.1.2 | ||
| github.com/mattn/go-colorable v0.1.8 | ||
| github.com/go-git/go-billy/v5 v5.3.1 | ||
| github.com/go-git/go-git/v5 v5.4.2 | ||
| github.com/mattn/go-colorable v0.1.11 | ||
| github.com/mitchellh/go-homedir v1.1.0 | ||
| github.com/rs/zerolog v1.23.0 | ||
| github.com/rs/zerolog v1.25.0 | ||
| github.com/spf13/cobra v1.2.1 | ||
| github.com/spf13/viper v1.8.1 | ||
| github.com/spf13/viper v1.9.0 | ||
| github.com/stretchr/testify v1.7.0 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/acomagu/bufpipe v1.0.3 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
| github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
| github.com/go-git/gcfg v1.5.0 // indirect | ||
| github.com/hashicorp/hcl v1.0.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
| github.com/magiconair/properties v1.8.5 // indirect | ||
| github.com/mattn/go-isatty v0.0.12 // indirect | ||
| github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
| github.com/pelletier/go-toml v1.9.3 // indirect | ||
| github.com/mattn/go-isatty v0.0.14 // indirect | ||
| github.com/mitchellh/mapstructure v1.4.2 // indirect | ||
| github.com/pelletier/go-toml v1.9.4 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
| github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
| github.com/spf13/afero v1.6.0 // indirect | ||
| github.com/spf13/cast v1.3.1 // indirect | ||
| github.com/spf13/cast v1.4.1 // indirect | ||
| github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| github.com/subosito/gotenv v1.2.0 // indirect | ||
| golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
| golang.org/x/text v0.3.5 // indirect | ||
| gopkg.in/ini.v1 v1.62.0 // indirect | ||
| golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect | ||
| golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect | ||
| golang.org/x/text v0.3.7 // indirect | ||
| gopkg.in/ini.v1 v1.63.2 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // indirect | ||
caitlinelfring marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
| ) | ||
|
|
||
| replace github.com/go-git/go-git/v5 => github.com/inclusive-dev-tools/go-git/v5 v5.4.4 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I chose |
||
Uh oh!
There was an error while loading. Please reload this page.