Skip to content

Commit

Permalink
Update Gopkg.toml to remove spf13 git hash 👼
Browse files Browse the repository at this point in the history
- `spf13/cobra` is not used at all (not present in the lock or in the
  vendor folder) *and* the fix spf13/cobra#662 is released too (so
  `dep` would pick up if we depend on it.
- `spf13/pflag` 1.0.3 is more recent than the toml git hash 👅

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and knative-prow-robot committed Nov 30, 2018
1 parent 4bd1542 commit 7fc6a3f
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 15 deletions.
5 changes: 3 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ required = [
"github.com/knative/test-infra/scripts",
]

# Use HEAD (2018-04-21) to pick up:
# https://github.com/spf13/cobra/pull/662
[[override]]
name = "github.com/spf13/cobra"
revision = "615425954c3b0d9485a7027d4d451fdcdfdee84e"

[[override]]
name = "github.com/spf13/pflag"
revision = "583c0c0531f06d5278b7d917446061adc344b5cd"

[[override]]
name = "gopkg.in/yaml.v2"
version = "v2.2.1"
Expand Down
104 changes: 104 additions & 0 deletions vendor/github.com/spf13/pflag/bytes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions vendor/github.com/spf13/pflag/flag.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 149 additions & 0 deletions vendor/github.com/spf13/pflag/string_to_int.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fc6a3f

Please sign in to comment.