Skip to content
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

Update module github.com/spf13/cobra to v1.2.1 #202

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Expand Up @@ -16,7 +16,6 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/forensicanalysis/forensicstore v0.18.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/hashicorp/logutils v1.0.0
Expand All @@ -27,13 +26,12 @@ require (
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/otiai10/copy v1.6.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.1
github.com/tidwall/gjson v1.9.0
github.com/tidwall/sjson v1.1.7
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0
www.velocidex.com/golang/evtx v0.0.1
Expand Down