add gosimport to make fmt and run it (#25383)

* add gosimport to make fmt and run it

* move installation to tools.sh

* correct weird spacing issue

* Update Makefile

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

* fix a weird issue

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
Josh Black
2024-02-13 14:07:02 -08:00
committed by GitHub
parent f19a04b4b5
commit fa13dbd381
186 changed files with 257 additions and 505 deletions

View File

@@ -13,9 +13,8 @@ import (
"strings"
"testing"
"github.com/hashicorp/vault/command/server"
"github.com/hashicorp/cli"
"github.com/hashicorp/vault/command/server"
"github.com/hashicorp/vault/vault/diagnose"
)