diff --git a/consul/client_test.go b/consul/client_test.go index ce45e559b..59403dab8 100644 --- a/consul/client_test.go +++ b/consul/client_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/testutil" - "github.com/hashicorp/net-rpc-msgpackrpc" + "github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc" "github.com/hashicorp/serf/serf" )