mirror of https://github.com/status-im/consul.git
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…
Reference in New Issue