From df4bf5c584f264bdefef5cb30d85c036260eff8f Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 10 Sep 2020 22:36:19 +0200 Subject: Vendor in some cobra PRs to improve the completion experience. This is only temporary until the cobra following PRs are merged: - PR#1258 Custom completion handle multiple shorhand flags together - PR#1249 Fix fish handling of "ShellCompDirectiveNoSpace" and file completion - PR#1213 Fix zsh completion handling of nospace and file completion - PR#1146 Bash completion V2 with completion descriptions Signed-off-by: Paul Holzinger --- vendor/go.uber.org/atomic/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/go.uber.org/atomic/go.mod (limited to 'vendor/go.uber.org/atomic/go.mod') diff --git a/vendor/go.uber.org/atomic/go.mod b/vendor/go.uber.org/atomic/go.mod new file mode 100644 index 000000000..daa7599fe --- /dev/null +++ b/vendor/go.uber.org/atomic/go.mod @@ -0,0 +1,8 @@ +module go.uber.org/atomic + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/stretchr/testify v1.3.0 +) + +go 1.13 -- cgit v1.2.3-54-g00ecf