@@ -2,29 +2,32 @@ module tools
2
2
3
3
go 1.24.0
4
4
5
- require (
6
- github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737
7
- github.com/axw/gocov v1.0.0
8
- github.com/client9/misspell v0.3.4
9
- github.com/go-swagger/go-swagger v0.25.0
10
- github.com/hyperledger/fabric-lib-go v1.1.1
11
- github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
12
- github.com/onsi/ginkgo/v2 v2.20.2
13
- github.com/vektra/mockery/v2 v2.45.0
14
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
15
- golang.org/x/tools v0.30.0
16
- google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
17
- google.golang.org/protobuf v1.34.2
18
- honnef.co/go/tools v0.6.0
19
- mvdan.cc/gofumpt v0.1.0
5
+ tool (
6
+ github.com/AlekSi/gocov-xml
7
+ github.com/axw/gocov/gocov
8
+ github.com/client9/misspell/cmd/misspell
9
+ github.com/go-swagger/go-swagger/cmd/swagger
10
+ github.com/hyperledger/fabric-lib-go/common/metrics/cmd/gendoc
11
+ github.com/maxbrunsfeld/counterfeiter/v6
12
+ github.com/onsi/ginkgo/v2/ginkgo
13
+ github.com/vektra/mockery/v2
14
+ golang.org/x/lint/golint
15
+ golang.org/x/tools/cmd/goimports
16
+ google.golang.org/grpc/cmd/protoc-gen-go-grpc
17
+ google.golang.org/protobuf/cmd/protoc-gen-go
18
+ honnef.co/go/tools/cmd/staticcheck
19
+ mvdan.cc/gofumpt
20
20
)
21
21
22
22
require (
23
+ github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 // indirect
23
24
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
24
25
github.com/PuerkitoBio/purell v1.1.1 // indirect
25
26
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
26
27
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
28
+ github.com/axw/gocov v1.0.0 // indirect
27
29
github.com/chigopher/pathlib v0.19.1 // indirect
30
+ github.com/client9/misspell v0.3.4 // indirect
28
31
github.com/fsnotify/fsnotify v1.7.0 // indirect
29
32
github.com/go-openapi/analysis v0.19.10 // indirect
30
33
github.com/go-openapi/errors v0.19.6 // indirect
@@ -38,13 +41,15 @@ require (
38
41
github.com/go-openapi/swag v0.19.9 // indirect
39
42
github.com/go-openapi/validate v0.19.10 // indirect
40
43
github.com/go-stack/stack v1.8.0 // indirect
44
+ github.com/go-swagger/go-swagger v0.25.0 // indirect
41
45
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
42
46
github.com/google/go-cmp v0.6.0 // indirect
43
47
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
44
48
github.com/google/uuid v1.6.0 // indirect
45
49
github.com/gorilla/handlers v1.4.2 // indirect
46
50
github.com/hashicorp/hcl v1.0.0 // indirect
47
51
github.com/huandu/xstrings v1.4.0 // indirect
52
+ github.com/hyperledger/fabric-lib-go v1.1.1 // indirect
48
53
github.com/iancoleman/strcase v0.2.0 // indirect
49
54
github.com/inconshreveable/mousetrap v1.1.0 // indirect
50
55
github.com/jessevdk/go-flags v1.4.0 // indirect
@@ -56,8 +61,10 @@ require (
56
61
github.com/mailru/easyjson v0.7.7 // indirect
57
62
github.com/mattn/go-colorable v0.1.13 // indirect
58
63
github.com/mattn/go-isatty v0.0.17 // indirect
64
+ github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1 // indirect
59
65
github.com/mitchellh/go-homedir v1.1.0 // indirect
60
66
github.com/mitchellh/mapstructure v1.5.0 // indirect
67
+ github.com/onsi/ginkgo/v2 v2.20.2 // indirect
61
68
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
62
69
github.com/pkg/errors v0.9.1 // indirect
63
70
github.com/rogpeppe/go-internal v1.9.0 // indirect
@@ -70,15 +77,22 @@ require (
70
77
github.com/spf13/viper v1.15.0 // indirect
71
78
github.com/subosito/gotenv v1.6.0 // indirect
72
79
github.com/toqueteos/webbrowser v1.2.0 // indirect
80
+ github.com/vektra/mockery/v2 v2.45.0 // indirect
73
81
go.mongodb.org/mongo-driver v1.5.1 // indirect
74
82
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
83
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
75
84
golang.org/x/mod v0.23.0 // indirect
76
85
golang.org/x/net v0.35.0 // indirect
77
86
golang.org/x/sync v0.11.0 // indirect
78
87
golang.org/x/sys v0.30.0 // indirect
79
88
golang.org/x/term v0.29.0 // indirect
80
89
golang.org/x/text v0.22.0 // indirect
90
+ golang.org/x/tools v0.30.0 // indirect
91
+ google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
92
+ google.golang.org/protobuf v1.34.2 // indirect
81
93
gopkg.in/ini.v1 v1.67.0 // indirect
82
94
gopkg.in/yaml.v2 v2.4.0 // indirect
83
95
gopkg.in/yaml.v3 v3.0.1 // indirect
96
+ honnef.co/go/tools v0.6.0 // indirect
97
+ mvdan.cc/gofumpt v0.1.0 // indirect
84
98
)
0 commit comments