Revert "hashicorp/go-msgpack v2 (#16810)" (#17047)

This reverts commit 8a98520d56.
This commit is contained in:
Luiz Aoqui
2023-05-01 17:18:34 -04:00
committed by GitHub
parent 0b3bd454ec
commit ee5a08dbb2
85 changed files with 98 additions and 99 deletions

View File

@@ -8,7 +8,7 @@ import (
"context"
"reflect"
"github.com/hashicorp/go-msgpack/v2/codec"
"github.com/hashicorp/go-msgpack/codec"
plugin "github.com/hashicorp/go-plugin"
"github.com/hashicorp/nomad/plugins/base/proto"
"google.golang.org/grpc"

View File

@@ -11,7 +11,7 @@ import (
"testing"
"time"
"github.com/hashicorp/go-msgpack/v2/codec"
"github.com/hashicorp/go-msgpack/codec"
"github.com/hashicorp/nomad/ci"
"github.com/hashicorp/nomad/nomad/structs"
"github.com/hashicorp/nomad/plugins/drivers"