Skip to content

Commit

Permalink
fixing reference to v2beta1 in test-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Sep 22, 2023
1 parent 7868733 commit 8f8645d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/integration/consul-container/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/hashicorp/consul/test/integration/consul-container

go 1.20

replace github.com/hashicorp/consul/proto-public => ../../../proto-public

require (
fortio.org/fortio v1.54.0
github.com/avast/retry-go v3.0.0+incompatible
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package multiport

import (
Expand All @@ -6,8 +9,8 @@ import (
"github.com/hashicorp/consul/internal/catalog"
"github.com/hashicorp/consul/internal/mesh"
"github.com/hashicorp/consul/internal/resource"
pbcatalog "github.com/hashicorp/consul/proto-public/pbcatalog/v1alpha1"
pbmesh "github.com/hashicorp/consul/proto-public/pbmesh/v1alpha1"
pbcatalog "github.com/hashicorp/consul/proto-public/pbcatalog/v2beta1"
pbmesh "github.com/hashicorp/consul/proto-public/pbmesh/v2beta1"
libassert "github.com/hashicorp/consul/test/integration/consul-container/libs/assert"
"github.com/stretchr/testify/require"
"testing"
Expand Down

0 comments on commit 8f8645d

Please sign in to comment.