| 12345678910111213141516171819202122232425 |
- module standard/etcd/openapi/server
- go 1.17
- require (
- go.etcd.io/etcd/client/v3 v3.5.2
- golang.org/x/net v0.0.0-20220325170049-de3da57026de
- google.golang.org/grpc v1.45.0
- google.golang.org/protobuf v1.26.0
- )
- require (
- github.com/coreos/go-semver v0.3.0 // indirect
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- go.etcd.io/etcd/api/v3 v3.5.2 // indirect
- go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
- go.uber.org/atomic v1.7.0 // indirect
- go.uber.org/multierr v1.6.0 // indirect
- go.uber.org/zap v1.17.0 // indirect
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
- golang.org/x/text v0.3.7 // indirect
- google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
- )
|