forked from etcd-io/etcd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- go1.21.9 (released 2024-04-03) includes a security fix to the net/http package, as well as bug fixes to the linker, and the go/types and net/http packages.
- Loading branch information
1 parent
adaf0a1
commit 7d7d712
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.21.3 | ||
1.21.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/api/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/coreos/go-semver v0.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/client/v2 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/client/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/coreos/go-semver v0.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/etcdctl/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/bgentry/speakeasy v0.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/etcdutl/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
replace ( | ||
go.etcd.io/etcd/api/v3 => ../api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
replace ( | ||
go.etcd.io/etcd/api/v3 => ./api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/pkg/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/creack/pty v1.1.18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/server/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/coreos/go-semver v0.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/tests/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
replace ( | ||
go.etcd.io/etcd/api/v3 => ../api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/tools/v3 | ||
|
||
go 1.21 | ||
go 1.21.9 | ||
|
||
require ( | ||
github.com/alexfalkowski/gocovmerge v1.2.2 | ||
|