From aa57bffc929fe3f78843703a37874b2c5b87117e Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 2 Nov 2022 14:49:12 +0000 Subject: [PATCH] revert whitespace --- .gitignore | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7313780e39..e5f8e1cb87 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ release/ docs/tla/states/ *.out vendor/ -.vscode \ No newline at end of file +.vscode diff --git a/go.mod b/go.mod index cdfe89576e..bceccecd11 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,6 @@ require ( github.com/golang/mock v1.6.0 github.com/oxyno-zeta/gomock-extra-matcher v1.1.0 github.com/regen-network/cosmos-proto v0.3.1 - github.com/spf13/pflag v1.0.5 ) require ( @@ -111,6 +110,7 @@ require ( github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect github.com/spf13/afero v1.6.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.10.1 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect