update go.mod files for compatibility

pull/16263/head
DanStough 2023-02-15 11:27:17 -05:00
parent ff4f0596f3
commit 31bbca9fe4
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul/api module github.com/hashicorp/consul/api
go 1.18 go 1.20
replace github.com/hashicorp/consul/sdk => ../sdk replace github.com/hashicorp/consul/sdk => ../sdk

View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul/envoyextensions module github.com/hashicorp/consul/envoyextensions
go 1.19 go 1.20
replace github.com/hashicorp/consul/api => ../api replace github.com/hashicorp/consul/api => ../api

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul module github.com/hashicorp/consul
go 1.19 go 1.20
replace ( replace (
github.com/hashicorp/consul/api => ./api github.com/hashicorp/consul/api => ./api

View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul/sdk module github.com/hashicorp/consul/sdk
go 1.18 go 1.20
require ( require (
github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-cleanhttp v0.5.1

View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul/test/integration/consul-container module github.com/hashicorp/consul/test/integration/consul-container
go 1.19 go 1.20
require ( require (
github.com/avast/retry-go v3.0.0+incompatible github.com/avast/retry-go v3.0.0+incompatible

View File

@ -1,6 +1,6 @@
module github.com/hashicorp/consul/troubleshoot module github.com/hashicorp/consul/troubleshoot
go 1.19 go 1.20
replace github.com/hashicorp/consul/api => ../api replace github.com/hashicorp/consul/api => ../api