Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit eb036d2

Browse files
committed
Vendor patched version of spf13/pflag
Signed-off-by: Joffrey F <[email protected]>
1 parent 4a88b13 commit eb036d2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Gopkg.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ required = ["github.com/wadey/gocovmerge"]
3636
branch = "master"
3737
source = "github.com/mnottale/cli"
3838

39+
[[override]]
40+
name = "github.com/spf13/pflag"
41+
branch = "master"
42+
source = "github.com/shin-/pflag"
43+
3944
[[constraint]]
4045
name = "github.com/gotestyourself/gotestyourself"
4146
branch = "master"

vendor/github.com/spf13/pflag/flag.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)