mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Bump go 1.19: upgrade go version to 1.19 in all go.mod files
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
31d9664cb5
commit
cd0b1d0c66
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/api/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/coreos/go-semver v0.3.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/client/pkg/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/coreos/go-systemd/v22 v22.3.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/client/v2
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/client/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/etcdctl/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/bgentry/speakeasy v0.1.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/etcdutl/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
replace (
|
||||
go.etcd.io/etcd/api/v3 => ../api
|
||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
replace (
|
||||
go.etcd.io/etcd/api/v3 => ./api
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/pkg/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.11
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/raft/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/server/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/coreos/go-semver v0.3.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/tests/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
replace (
|
||||
go.etcd.io/etcd/api/v3 => ../api
|
||||
|
@ -1,6 +1,6 @@
|
||||
module go.etcd.io/etcd/tools/v3
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alexkohler/nakedret v1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user