From 97c3b1adad62d8db61ccee344933d938180a6a7c Mon Sep 17 00:00:00 2001 From: vahid-sohrabloo Date: Wed, 27 May 2020 14:55:08 +0430 Subject: [PATCH] update pflag update pflag to 1.0.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dea1030b..397dfcc1 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/cpuguy83/go-md2man/v2 v2.0.0 github.com/inconshreveable/mousetrap v1.0.0 github.com/mitchellh/go-homedir v1.1.0 - github.com/spf13/pflag v1.0.3 + github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.4.0 gopkg.in/yaml.v2 v2.2.2 )