Skip to content

Commit

Permalink
modules: add a secondary go.mod to segregate CLI dependencies (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Aug 15, 2020
1 parent 5cdf8e2 commit 81e0311
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 300 deletions.
11 changes: 11 additions & 0 deletions cobra/go.mod
@@ -0,0 +1,11 @@
module github.com/spf13/cobra/cobra

go 1.12

require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.0
github.com/spf13/viper v1.7.0
)

replace github.com/spf13/cobra => ../

0 comments on commit 81e0311

Please sign in to comment.