linting: sort and group import

This commit is contained in:
Kit Patella 2020-11-16 14:17:24 -08:00 committed by GitHub
parent 2fe021f03c
commit fc30f07cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"