linting: sort and group import

This commit is contained in:
Kit Patella 2020-11-16 14:17:24 -08:00 committed by GitHub
parent 1f0b26c9d3
commit 7ec3ad5b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import (
"errors"
"flag"
"fmt"
"github.com/armon/go-metrics/prometheus"
"io/ioutil"
"net"
"os"
@ -19,6 +18,7 @@ import (
"testing"
"time"
"github.com/armon/go-metrics/prometheus"
"github.com/stretchr/testify/require"
"github.com/hashicorp/consul/agent/cache"