mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
27 lines
1.2 KiB
Modula-2
27 lines
1.2 KiB
Modula-2
module go.etcd.io/etcd/tools/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/akhenakh/hunspellgo v0.0.0-20160221122622-9db38fa26e19 // indirect
|
|
github.com/alexkohler/nakedret v1.0.0
|
|
github.com/chzchzchz/goword v0.0.0-20170907005317-a9744cb52b03
|
|
github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e
|
|
github.com/go-openapi/loads v0.19.5 // indirect
|
|
github.com/go-openapi/spec v0.19.9 // indirect
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/gordonklaus/ineffassign v0.0.0-20200809085317-e36bfde3bb78
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
|
github.com/gyuho/gocovmerge v0.0.0-20171205171859-50c7e6afd535
|
|
github.com/hexfusion/schwag v0.0.0-20170606222847-b7d0fc9aadaa
|
|
github.com/mdempsky/unconvert v0.0.0-20200228143138-95ecdbfc0b5f
|
|
github.com/mgechev/revive v1.0.2
|
|
github.com/mikefarah/yq/v3 v3.0.0-20201125113350-f42728eef735
|
|
github.com/trustmaster/go-aspell v0.0.0-20200701131845-c2b1f55bec8f // indirect
|
|
go.etcd.io/protodoc v0.0.0-20180829002748-484ab544e116
|
|
google.golang.org/genproto v0.0.0-20201008135153-289734e2e40c // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
|
|
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
|
|
)
|