|
1 | 1 | module github.com/Azure/azure-container-networking/build/tools
|
2 | 2 |
|
3 | 3 | go 1.20
|
4 |
| - |
5 |
| -require ( |
6 |
| - github.com/AlekSi/gocov-xml v1.1.0 |
7 |
| - github.com/axw/gocov v1.1.0 |
8 |
| - github.com/golang/mock v1.6.0 |
9 |
| - github.com/golangci/golangci-lint v1.52.2 |
10 |
| - github.com/jstemmer/go-junit-report v1.0.0 |
11 |
| - google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 |
12 |
| - google.golang.org/protobuf v1.30.0 |
13 |
| - mvdan.cc/gofumpt v0.4.0 |
14 |
| - sigs.k8s.io/controller-tools v0.11.3 |
15 |
| -) |
16 |
| - |
17 |
| -require ( |
18 |
| - 4d63.com/gocheckcompilerdirectives v1.2.1 // indirect |
19 |
| - 4d63.com/gochecknoglobals v0.2.1 // indirect |
20 |
| - github.com/Abirdcfly/dupword v0.0.11 // indirect |
21 |
| - github.com/Antonboom/errname v0.1.9 // indirect |
22 |
| - github.com/Antonboom/nilnil v0.1.4 // indirect |
23 |
| - github.com/BurntSushi/toml v1.2.1 // indirect |
24 |
| - github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect |
25 |
| - github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect |
26 |
| - github.com/Masterminds/semver v1.5.0 // indirect |
27 |
| - github.com/OpenPeeDeeP/depguard v1.1.1 // indirect |
28 |
| - github.com/alexkohler/prealloc v1.0.0 // indirect |
29 |
| - github.com/alingse/asasalint v0.0.11 // indirect |
30 |
| - github.com/ashanbrown/forbidigo v1.5.1 // indirect |
31 |
| - github.com/ashanbrown/makezero v1.1.1 // indirect |
32 |
| - github.com/beorn7/perks v1.0.1 // indirect |
33 |
| - github.com/bkielbasa/cyclop v1.2.0 // indirect |
34 |
| - github.com/blizzy78/varnamelen v0.8.0 // indirect |
35 |
| - github.com/bombsimon/wsl/v3 v3.4.0 // indirect |
36 |
| - github.com/breml/bidichk v0.2.4 // indirect |
37 |
| - github.com/breml/errchkjson v0.3.1 // indirect |
38 |
| - github.com/butuzov/ireturn v0.1.1 // indirect |
39 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
40 |
| - github.com/charithe/durationcheck v0.0.10 // indirect |
41 |
| - github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 // indirect |
42 |
| - github.com/curioswitch/go-reassign v0.2.0 // indirect |
43 |
| - github.com/daixiang0/gci v0.10.1 // indirect |
44 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
45 |
| - github.com/denis-tingaikin/go-header v0.4.3 // indirect |
46 |
| - github.com/esimonov/ifshort v1.0.4 // indirect |
47 |
| - github.com/ettle/strcase v0.1.1 // indirect |
48 |
| - github.com/fatih/color v1.15.0 // indirect |
49 |
| - github.com/fatih/structtag v1.2.0 // indirect |
50 |
| - github.com/firefart/nonamedreturns v1.0.4 // indirect |
51 |
| - github.com/fsnotify/fsnotify v1.6.0 // indirect |
52 |
| - github.com/fzipp/gocyclo v0.6.0 // indirect |
53 |
| - github.com/go-critic/go-critic v0.7.0 // indirect |
54 |
| - github.com/go-logr/logr v1.2.4 // indirect |
55 |
| - github.com/go-toolsmith/astcast v1.1.0 // indirect |
56 |
| - github.com/go-toolsmith/astcopy v1.1.0 // indirect |
57 |
| - github.com/go-toolsmith/astequal v1.1.0 // indirect |
58 |
| - github.com/go-toolsmith/astfmt v1.1.0 // indirect |
59 |
| - github.com/go-toolsmith/astp v1.1.0 // indirect |
60 |
| - github.com/go-toolsmith/strparse v1.1.0 // indirect |
61 |
| - github.com/go-toolsmith/typep v1.1.0 // indirect |
62 |
| - github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect |
63 |
| - github.com/gobuffalo/flect v1.0.2 // indirect |
64 |
| - github.com/gobwas/glob v0.2.3 // indirect |
65 |
| - github.com/gofrs/flock v0.8.1 // indirect |
66 |
| - github.com/gogo/protobuf v1.3.2 // indirect |
67 |
| - github.com/golang/protobuf v1.5.3 // indirect |
68 |
| - github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect |
69 |
| - github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect |
70 |
| - github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe // indirect |
71 |
| - github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 // indirect |
72 |
| - github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 // indirect |
73 |
| - github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca // indirect |
74 |
| - github.com/golangci/misspell v0.4.0 // indirect |
75 |
| - github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect |
76 |
| - github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect |
77 |
| - github.com/google/go-cmp v0.5.9 // indirect |
78 |
| - github.com/google/gofuzz v1.2.0 // indirect |
79 |
| - github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28 // indirect |
80 |
| - github.com/gostaticanalysis/analysisutil v0.7.1 // indirect |
81 |
| - github.com/gostaticanalysis/comment v1.4.2 // indirect |
82 |
| - github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect |
83 |
| - github.com/gostaticanalysis/nilerr v0.1.1 // indirect |
84 |
| - github.com/hashicorp/errwrap v1.1.0 // indirect |
85 |
| - github.com/hashicorp/go-multierror v1.1.1 // indirect |
86 |
| - github.com/hashicorp/go-version v1.6.0 // indirect |
87 |
| - github.com/hashicorp/hcl v1.0.0 // indirect |
88 |
| - github.com/hexops/gotextdiff v1.0.3 // indirect |
89 |
| - github.com/inconshreveable/mousetrap v1.1.0 // indirect |
90 |
| - github.com/jgautheron/goconst v1.5.1 // indirect |
91 |
| - github.com/jingyugao/rowserrcheck v1.1.1 // indirect |
92 |
| - github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect |
93 |
| - github.com/json-iterator/go v1.1.12 // indirect |
94 |
| - github.com/julz/importas v0.1.0 // indirect |
95 |
| - github.com/junk1tm/musttag v0.5.0 // indirect |
96 |
| - github.com/kisielk/errcheck v1.6.3 // indirect |
97 |
| - github.com/kisielk/gotool v1.0.0 // indirect |
98 |
| - github.com/kkHAIKE/contextcheck v1.1.4 // indirect |
99 |
| - github.com/kulti/thelper v0.6.3 // indirect |
100 |
| - github.com/kunwardeep/paralleltest v1.0.6 // indirect |
101 |
| - github.com/kyoh86/exportloopref v0.1.11 // indirect |
102 |
| - github.com/ldez/gomoddirectives v0.2.3 // indirect |
103 |
| - github.com/ldez/tagliatelle v0.4.0 // indirect |
104 |
| - github.com/leonklingele/grouper v1.1.1 // indirect |
105 |
| - github.com/lufeee/execinquery v1.2.1 // indirect |
106 |
| - github.com/magiconair/properties v1.8.7 // indirect |
107 |
| - github.com/maratori/testableexamples v1.0.0 // indirect |
108 |
| - github.com/maratori/testpackage v1.1.1 // indirect |
109 |
| - github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect |
110 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
111 |
| - github.com/mattn/go-isatty v0.0.18 // indirect |
112 |
| - github.com/mattn/go-runewidth v0.0.14 // indirect |
113 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
114 |
| - github.com/mbilski/exhaustivestruct v1.2.0 // indirect |
115 |
| - github.com/mgechev/revive v1.3.1 // indirect |
116 |
| - github.com/mitchellh/go-homedir v1.1.0 // indirect |
117 |
| - github.com/mitchellh/mapstructure v1.5.0 // indirect |
118 |
| - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
119 |
| - github.com/modern-go/reflect2 v1.0.2 // indirect |
120 |
| - github.com/moricho/tparallel v0.3.1 // indirect |
121 |
| - github.com/nakabonne/nestif v0.3.1 // indirect |
122 |
| - github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect |
123 |
| - github.com/nishanths/exhaustive v0.10.0 // indirect |
124 |
| - github.com/nishanths/predeclared v0.2.2 // indirect |
125 |
| - github.com/nunnatsa/ginkgolinter v0.10.0 // indirect |
126 |
| - github.com/olekukonko/tablewriter v0.0.5 // indirect |
127 |
| - github.com/pelletier/go-toml v1.9.5 // indirect |
128 |
| - github.com/pelletier/go-toml/v2 v2.0.7 // indirect |
129 |
| - github.com/pkg/errors v0.9.1 // indirect |
130 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
131 |
| - github.com/polyfloyd/go-errorlint v1.4.0 // indirect |
132 |
| - github.com/prometheus/client_golang v1.14.0 // indirect |
133 |
| - github.com/prometheus/client_model v0.3.0 // indirect |
134 |
| - github.com/prometheus/common v0.42.0 // indirect |
135 |
| - github.com/prometheus/procfs v0.9.0 // indirect |
136 |
| - github.com/quasilyte/go-ruleguard v0.3.19 // indirect |
137 |
| - github.com/quasilyte/gogrep v0.5.0 // indirect |
138 |
| - github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect |
139 |
| - github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect |
140 |
| - github.com/rivo/uniseg v0.4.4 // indirect |
141 |
| - github.com/ryancurrah/gomodguard v1.3.0 // indirect |
142 |
| - github.com/ryanrolds/sqlclosecheck v0.4.0 // indirect |
143 |
| - github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect |
144 |
| - github.com/sashamelentyev/interfacebloat v1.1.0 // indirect |
145 |
| - github.com/sashamelentyev/usestdlibvars v1.23.0 // indirect |
146 |
| - github.com/securego/gosec/v2 v2.15.0 // indirect |
147 |
| - github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect |
148 |
| - github.com/sirupsen/logrus v1.9.0 // indirect |
149 |
| - github.com/sivchari/containedctx v1.0.3 // indirect |
150 |
| - github.com/sivchari/nosnakecase v1.7.0 // indirect |
151 |
| - github.com/sivchari/tenv v1.7.1 // indirect |
152 |
| - github.com/sonatard/noctx v0.0.2 // indirect |
153 |
| - github.com/sourcegraph/go-diff v0.7.0 // indirect |
154 |
| - github.com/spf13/afero v1.9.5 // indirect |
155 |
| - github.com/spf13/cast v1.5.0 // indirect |
156 |
| - github.com/spf13/cobra v1.6.1 // indirect |
157 |
| - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
158 |
| - github.com/spf13/pflag v1.0.5 // indirect |
159 |
| - github.com/spf13/viper v1.15.0 // indirect |
160 |
| - github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect |
161 |
| - github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect |
162 |
| - github.com/stretchr/objx v0.5.0 // indirect |
163 |
| - github.com/stretchr/testify v1.8.2 // indirect |
164 |
| - github.com/subosito/gotenv v1.4.2 // indirect |
165 |
| - github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect |
166 |
| - github.com/tdakkota/asciicheck v0.2.0 // indirect |
167 |
| - github.com/tetafro/godot v1.4.11 // indirect |
168 |
| - github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e // indirect |
169 |
| - github.com/timonwong/loggercheck v0.9.4 // indirect |
170 |
| - github.com/tomarrell/wrapcheck/v2 v2.8.1 // indirect |
171 |
| - github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect |
172 |
| - github.com/ultraware/funlen v0.0.3 // indirect |
173 |
| - github.com/ultraware/whitespace v0.0.5 // indirect |
174 |
| - github.com/uudashr/gocognit v1.0.6 // indirect |
175 |
| - github.com/yagipy/maintidx v1.0.0 // indirect |
176 |
| - github.com/yeya24/promlinter v0.2.0 // indirect |
177 |
| - gitlab.com/bosi/decorder v0.2.3 // indirect |
178 |
| - go.uber.org/atomic v1.10.0 // indirect |
179 |
| - go.uber.org/multierr v1.11.0 // indirect |
180 |
| - go.uber.org/zap v1.24.0 // indirect |
181 |
| - golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect |
182 |
| - golang.org/x/exp/typeparams v0.0.0-20230321023759-10a507213a29 // indirect |
183 |
| - golang.org/x/mod v0.9.0 // indirect |
184 |
| - golang.org/x/net v0.8.0 // indirect |
185 |
| - golang.org/x/sync v0.1.0 // indirect |
186 |
| - golang.org/x/sys v0.6.0 // indirect |
187 |
| - golang.org/x/text v0.8.0 // indirect |
188 |
| - golang.org/x/tools v0.7.0 // indirect |
189 |
| - gopkg.in/inf.v0 v0.9.1 // indirect |
190 |
| - gopkg.in/ini.v1 v1.67.0 // indirect |
191 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
192 |
| - gopkg.in/yaml.v3 v3.0.1 // indirect |
193 |
| - honnef.co/go/tools v0.4.3 // indirect |
194 |
| - k8s.io/api v0.26.3 // indirect |
195 |
| - k8s.io/apiextensions-apiserver v0.26.3 // indirect |
196 |
| - k8s.io/apimachinery v0.26.3 // indirect |
197 |
| - k8s.io/klog/v2 v2.90.1 // indirect |
198 |
| - k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 // indirect |
199 |
| - mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect |
200 |
| - mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect |
201 |
| - mvdan.cc/unparam v0.0.0-20230312165513-e84e2d14e3b8 // indirect |
202 |
| - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
203 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
204 |
| - sigs.k8s.io/yaml v1.3.0 // indirect |
205 |
| -) |
0 commit comments