mirror of https://github.com/hashicorp/consul
update go.mod files for compatibility
parent
ff4f0596f3
commit
31bbca9fe4
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
2
go.mod
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue