Bump vendor to take in new sdk/api versions (#5574)
This commit is contained in:
parent
e8e8aa1fe5
commit
ae509858ab
|
@ -2,10 +2,10 @@ module github.com/hashicorp/consul/api
|
||||||
|
|
||||||
go 1.12
|
go 1.12
|
||||||
|
|
||||||
replace github.com/hashicorp/consul/internal => ../internal
|
replace github.com/hashicorp/consul/sdk => ../sdk
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/hashicorp/consul/internal v0.1.0
|
github.com/hashicorp/consul/sdk v0.1.0
|
||||||
github.com/hashicorp/go-cleanhttp v0.5.1
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
||||||
github.com/hashicorp/go-rootcerts v1.0.0
|
github.com/hashicorp/go-rootcerts v1.0.0
|
||||||
github.com/hashicorp/go-uuid v1.0.1
|
github.com/hashicorp/go-uuid v1.0.1
|
||||||
|
|
|
@ -22,7 +22,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/hashicorp/consul/consul/structs"
|
"github.com/hashicorp/consul/consul/structs"
|
||||||
"github.com/hashicorp/consul/internal/testutil"
|
"github.com/hashicorp/consul/sdk/testutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFoo_bar(t *testing.T) {
|
func TestFoo_bar(t *testing.T) {
|
|
@ -189,12 +189,12 @@ github.com/gregjones/httpcache
|
||||||
github.com/gregjones/httpcache/diskcache
|
github.com/gregjones/httpcache/diskcache
|
||||||
# github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
|
# github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
|
||||||
github.com/hailocab/go-hostpool
|
github.com/hailocab/go-hostpool
|
||||||
# github.com/hashicorp/consul/api v1.0.0 => ./api
|
# github.com/hashicorp/consul/api v1.0.1 => ./api
|
||||||
github.com/hashicorp/consul/api
|
github.com/hashicorp/consul/api
|
||||||
# github.com/hashicorp/consul/internal v0.1.0 => ./internal
|
# github.com/hashicorp/consul/sdk v0.1.0 => ./sdk
|
||||||
github.com/hashicorp/consul/internal/freeport
|
github.com/hashicorp/consul/sdk/freeport
|
||||||
github.com/hashicorp/consul/internal/testutil/retry
|
github.com/hashicorp/consul/sdk/testutil/retry
|
||||||
github.com/hashicorp/consul/internal/testutil
|
github.com/hashicorp/consul/sdk/testutil
|
||||||
# github.com/hashicorp/errwrap v1.0.0
|
# github.com/hashicorp/errwrap v1.0.0
|
||||||
github.com/hashicorp/errwrap
|
github.com/hashicorp/errwrap
|
||||||
# github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
# github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
||||||
|
|
Loading…
Reference in New Issue