mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

golang.org/x/sys and golang.org/x/text version inconsistency are also addressed: - bump golang.org/x/sys from 0.24.0 to 0.25.0 - bump golang.org/x/text from 0.17.0 to 0.18.0 Reference: - https://github.com/etcd-io/etcd/pull/18563 - https://github.com/etcd-io/etcd/pull/18558 - https://github.com/etcd-io/etcd/pull/18566 - https://github.com/etcd-io/etcd/pull/18565 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
23 lines
557 B
Modula-2
23 lines
557 B
Modula-2
module go.etcd.io/etcd/client/pkg/v3
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.7
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/sys v0.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|