linting: sort and group import
This commit is contained in:
parent
1f0b26c9d3
commit
7ec3ad5b73
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue