@@ -51,6 +51,7 @@ require (
51
51
github.com/golangci/misspell v0.6.0
52
52
github.com/golangci/plugin-module-register v0.1.1
53
53
github.com/golangci/revgrep v0.8.0
54
+ github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e
54
55
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e
55
56
github.com/gordonklaus/ineffassign v0.1.0
56
57
github.com/gostaticanalysis/forcetypeassert v0.2.0
@@ -108,7 +109,6 @@ require (
108
109
github.com/ssgreg/nlreturn/v2 v2.2.1
109
110
github.com/stbenjam/no-sprintf-host-port v0.2.0
110
111
github.com/stretchr/testify v1.10.0
111
- github.com/swaggo/swag v1.16.4
112
112
github.com/tdakkota/asciicheck v0.4.1
113
113
github.com/tetafro/godot v1.5.1
114
114
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67
@@ -139,10 +139,7 @@ require (
139
139
)
140
140
141
141
require (
142
- github.com/KyleBanks/depth v1.2.1 // indirect
143
142
github.com/Masterminds/semver/v3 v3.3.1 // indirect
144
- github.com/PuerkitoBio/purell v1.1.1 // indirect
145
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
146
143
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
147
144
github.com/beorn7/perks v1.0.1 // indirect
148
145
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
@@ -160,10 +157,6 @@ require (
160
157
github.com/fatih/structtag v1.2.0 // indirect
161
158
github.com/fsnotify/fsnotify v1.5.4 // indirect
162
159
github.com/go-ole/go-ole v1.2.6 // indirect
163
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
164
- github.com/go-openapi/jsonreference v0.19.6 // indirect
165
- github.com/go-openapi/spec v0.20.4 // indirect
166
- github.com/go-openapi/swag v0.19.15 // indirect
167
160
github.com/go-toolsmith/astcast v1.1.0 // indirect
168
161
github.com/go-toolsmith/astcopy v1.1.0 // indirect
169
162
github.com/go-toolsmith/astequal v1.2.0 // indirect
@@ -181,11 +174,9 @@ require (
181
174
github.com/hashicorp/hcl v1.0.0 // indirect
182
175
github.com/hexops/gotextdiff v1.0.3 // indirect
183
176
github.com/inconshreveable/mousetrap v1.1.0 // indirect
184
- github.com/josharian/intern v1.0.0 // indirect
185
177
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
186
178
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
187
179
github.com/magiconair/properties v1.8.6 // indirect
188
- github.com/mailru/easyjson v0.7.6 // indirect
189
180
github.com/mattn/go-isatty v0.0.20 // indirect
190
181
github.com/mattn/go-runewidth v0.0.16 // indirect
191
182
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -219,7 +210,6 @@ require (
219
210
go.uber.org/zap v1.24.0 // indirect
220
211
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
221
212
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
222
- golang.org/x/net v0.39.0 // indirect
223
213
golang.org/x/sync v0.13.0 // indirect
224
214
golang.org/x/text v0.24.0 // indirect
225
215
google.golang.org/protobuf v1.36.6 // indirect
0 commit comments