vendor: explicit use of hashicorp/go-msgpack

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc
2020-03-18 12:19:04 +01:00
committed by Mahmood Ali
parent 2604f70f08
commit 887f23a351
79 changed files with 38 additions and 53357 deletions

View File

@@ -20,7 +20,7 @@ import (
"github.com/hashicorp/nomad/nomad/structs"
"github.com/hashicorp/serf/serf"
"github.com/mitchellh/copystructure"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
type Member struct {

View File

@@ -15,7 +15,7 @@ import (
cstructs "github.com/hashicorp/nomad/client/structs"
"github.com/hashicorp/nomad/nomad/structs"
"github.com/hashicorp/nomad/plugins/drivers"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
const (

View File

@@ -13,7 +13,7 @@ import (
"github.com/docker/docker/pkg/ioutils"
cstructs "github.com/hashicorp/nomad/client/structs"
"github.com/hashicorp/nomad/nomad/structs"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
var (

View File

@@ -22,7 +22,7 @@ import (
"github.com/hashicorp/nomad/helper/tlsutil"
"github.com/hashicorp/nomad/nomad/structs"
"github.com/rs/cors"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
const (

View File

@@ -24,7 +24,7 @@ import (
"github.com/hashicorp/nomad/testutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
// makeHTTPServer returns a test server whose logs will be written to

View File

@@ -6,7 +6,7 @@ import (
"io"
"text/template"
"github.com/ugorji/go/codec"
"github.com/hashicorp/go-msgpack/codec"
)
var (