mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
Fix import order
This commit is contained in:
parent
5b6f0504ae
commit
f389fe7757
@ -1,14 +1,13 @@
|
||||
package members
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"net"
|
||||
"regexp"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"flag"
|
||||
|
||||
consulapi "github.com/hashicorp/consul/api"
|
||||
"github.com/hashicorp/consul/command/flags"
|
||||
"github.com/hashicorp/serf/serf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user