mirror of
https://github.com/etcd-io/etcd.git
synced 2026-02-06 00:48:15 +01:00
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Reference: https://github.com/etcd-io/etcd/pull/21018 Signed-off-by: Ivan Valdes <ivan@vald.es>
30 lines
981 B
Modula-2
30 lines
981 B
Modula-2
module go.etcd.io/etcd/api/v3
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.25.5
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.1
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
|
|
github.com/stretchr/testify v1.11.1
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8
|
|
google.golang.org/grpc v1.77.0
|
|
google.golang.org/protobuf v1.36.10
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
go.opentelemetry.io/otel v1.39.0 // indirect
|
|
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|