mirror of https://github.com/status-im/consul.git
Correct a bogus goimport rewrite for tests
This commit is contained in:
parent
da872fee63
commit
828606232e
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/consul/consul/structs"
|
||||
"github.com/hashicorp/consul/testutil"
|
||||
"github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc"
|
||||
"github.com/hashicorp/net-rpc-msgpackrpc"
|
||||
"github.com/hashicorp/serf/serf"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue