Bump vendor to take in new sdk/api versions (#5574)

This commit is contained in:
Jeff Mitchell 2019-03-27 09:03:07 -04:00 committed by GitHub
parent e8e8aa1fe5
commit ae509858ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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) {

10
vendor/modules.txt vendored
View File

@ -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