mirror of
https://github.com/status-im/consul.git
synced 2025-02-04 18:03:39 +00:00
linting: sort and group import
This commit is contained in:
parent
2fe021f03c
commit
fc30f07cc7
@ -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…
x
Reference in New Issue
Block a user