@@ -2,11 +2,9 @@ module github.com/speakeasy-api/speakeasy
2
2
3
3
go 1.24.0
4
4
5
- replace github.com/pb33f/doctor v0.0.8 => github.com/speakeasy-api/doctor v0.0 .0-20240920145439-74ab55243125
5
+ replace github.com/pb33f/doctor => github.com/speakeasy-api/doctor v0.20 .0-fixvacuum
6
6
7
- replace github.com/pb33f/libopenapi => github.com/speakeasy-api/libopenapi v0.0.0-20241006201546-c9e5f704a939
8
-
9
- replace github.com/daveshanley/vacuum => github.com/speakeasy-api/vacuum v0.0.0-20240926095216-18e2075ffe0f
7
+ replace github.com/pb33f/libopenapi => github.com/speakeasy-api/libopenapi v0.21.8-fixhiddencomps-fixed
10
8
11
9
require (
12
10
github.com/AlekSi/pointer v1.2.0
@@ -28,14 +26,14 @@ require (
28
26
github.com/iancoleman/strcase v0.3.0
29
27
github.com/inkeep/ai-api-go v0.3.1
30
28
github.com/invopop/yaml v0.3.1
31
- github.com/pb33f/libopenapi v0.18.1
29
+ github.com/pb33f/libopenapi v0.21.8
32
30
github.com/pb33f/openapi-changes v0.0.61
33
31
github.com/pkg/errors v0.9.1
34
32
github.com/samber/lo v1.47.0
35
33
github.com/sethvargo/go-githubactions v1.1.0
36
34
github.com/speakeasy-api/huh v1.1.2
37
35
github.com/speakeasy-api/openapi v0.1.7
38
- github.com/speakeasy-api/openapi-generation/v2 v2.563.1
36
+ github.com/speakeasy-api/openapi-generation/v2 v2.564.5
39
37
github.com/speakeasy-api/openapi-overlay v0.10.1
40
38
github.com/speakeasy-api/sdk-gen-config v1.30.11
41
39
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.25.1
@@ -49,8 +47,8 @@ require (
49
47
github.com/stretchr/testify v1.10.0
50
48
go.uber.org/automaxprocs v1.6.0
51
49
go.uber.org/zap v1.27.0
52
- golang.org/x/sync v0.10 .0
53
- golang.org/x/term v0.28 .0
50
+ golang.org/x/sync v0.12 .0
51
+ golang.org/x/term v0.30 .0
54
52
gopkg.in/yaml.v3 v3.0.1
55
53
)
56
54
@@ -91,10 +89,10 @@ require (
91
89
github.com/cpuguy83/dockercfg v0.3.2 // indirect
92
90
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
93
91
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
94
- github.com/daveshanley/vacuum v0.11.1 // indirect
92
+ github.com/daveshanley/vacuum v0.16.5 // indirect
95
93
github.com/disintegration/imaging v1.6.2 // indirect
96
94
github.com/distribution/reference v0.6.0 // indirect
97
- github.com/dlclark/regexp2 v1.11.4 // indirect
95
+ github.com/dlclark/regexp2 v1.11.5 // indirect
98
96
github.com/docker/docker v27.3.1+incompatible // indirect
99
97
github.com/docker/go-connections v0.5.0 // indirect
100
98
github.com/docker/go-units v0.5.0 // indirect
@@ -135,13 +133,13 @@ require (
135
133
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47 // indirect
136
134
github.com/google/go-cmp v0.6.0 // indirect
137
135
github.com/google/go-querystring v1.1.0 // indirect
138
- github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
136
+ github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
139
137
github.com/google/uuid v1.6.0 // indirect
140
138
github.com/gookit/color v1.5.4 // indirect
141
139
github.com/gorilla/css v1.0.0 // indirect
142
140
github.com/gorilla/handlers v1.5.1 // indirect
143
141
github.com/gorilla/mux v1.8.1 // indirect
144
- github.com/gorilla/websocket v1.5.1 // indirect
142
+ github.com/gorilla/websocket v1.5.3 // indirect
145
143
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
146
144
github.com/hashicorp/errwrap v1.1.0 // indirect
147
145
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -155,7 +153,7 @@ require (
155
153
github.com/json-iterator/go v1.1.12 // indirect
156
154
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
157
155
github.com/kevinburke/ssh_config v1.2.0 // indirect
158
- github.com/klauspost/compress v1.17.4 // indirect
156
+ github.com/klauspost/compress v1.17.9 // indirect
159
157
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
160
158
github.com/kyokomi/emoji/v2 v2.2.8 // indirect
161
159
github.com/labstack/echo/v4 v4.9.0 // indirect
@@ -164,7 +162,7 @@ require (
164
162
github.com/lithammer/fuzzysearch v1.1.8 // indirect
165
163
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
166
164
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
167
- github.com/magiconair/properties v1.8.7 // indirect
165
+ github.com/magiconair/properties v1.8.9 // indirect
168
166
github.com/mailru/easyjson v0.9.0 // indirect
169
167
github.com/mattn/go-colorable v0.1.13 // indirect
170
168
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -189,22 +187,22 @@ require (
189
187
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
190
188
github.com/muesli/cancelreader v0.2.2 // indirect
191
189
github.com/muesli/reflow v0.3.0 // indirect
192
- github.com/muesli/termenv v0.15.2 // indirect
190
+ github.com/muesli/termenv v0.16.0 // indirect
193
191
github.com/olekukonko/tablewriter v0.0.5 // indirect
194
192
github.com/opencontainers/go-digest v1.0.0 // indirect
195
193
github.com/opencontainers/image-spec v1.1.0 // indirect
196
194
github.com/otiai10/copy v1.14.0 // indirect
197
- github.com/pb33f/doctor v0.0.12 // indirect
198
- github.com/pb33f/libopenapi-validator v0.1 .0 // indirect
195
+ github.com/pb33f/doctor v0.0.20 // indirect
196
+ github.com/pb33f/libopenapi-validator v0.3 .0 // indirect
199
197
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
200
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
198
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
201
199
github.com/perimeterx/marshmallow v1.1.5 // indirect
202
- github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
200
+ github.com/petermattis/goid v0.0.0-20250319124200-ccd6737f222a // indirect
203
201
github.com/pjbgf/sha1cd v0.3.0 // indirect
204
202
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
205
203
github.com/posthog/posthog-go v1.2.24 // indirect
206
204
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
207
- github.com/pterm/pterm v0.12.79 // indirect
205
+ github.com/pterm/pterm v0.12.80 // indirect
208
206
github.com/rivo/tview v0.0.0-20240307173318-e804876934a1 // indirect
209
207
github.com/rivo/uniseg v0.4.7 // indirect
210
208
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
@@ -213,7 +211,8 @@ require (
213
211
github.com/sahilm/fuzzy v0.1.1 // indirect
214
212
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
215
213
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
216
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
214
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
215
+ github.com/segmentio/ksuid v1.0.4 // indirect
217
216
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
218
217
github.com/sethvargo/go-envconfig v0.9.0 // indirect
219
218
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
@@ -229,15 +228,15 @@ require (
229
228
github.com/speakeasy-api/speakeasy-schemas v1.3.0 // indirect
230
229
github.com/spewerspew/spew v0.0.0-20230513223542-89b69fbbe2bd // indirect
231
230
github.com/spf13/afero v1.11.0 // indirect
232
- github.com/spf13/cast v1.7.0 // indirect
231
+ github.com/spf13/cast v1.7.1 // indirect
233
232
github.com/subosito/gotenv v1.6.0 // indirect
234
233
github.com/testcontainers/testcontainers-go v0.34.0 // indirect
235
234
github.com/tetratelabs/wazero v1.8.2 // indirect
236
235
github.com/tklauser/go-sysconf v0.3.12 // indirect
237
236
github.com/tklauser/numcpus v0.6.1 // indirect
238
- github.com/tliron/commonlog v0.2.10 // indirect
237
+ github.com/tliron/commonlog v0.2.19 // indirect
239
238
github.com/tliron/glsp v0.2.2 // indirect
240
- github.com/tliron/kutil v0.3.14 // indirect
239
+ github.com/tliron/kutil v0.3.26 // indirect
241
240
github.com/twinj/uuid v1.0.0 // indirect
242
241
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
243
242
github.com/ugorji/go/codec v1.2.11 // indirect
@@ -264,14 +263,14 @@ require (
264
263
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
265
264
go.uber.org/multierr v1.11.0 // indirect
266
265
golang.org/x/arch v0.3.0 // indirect
267
- golang.org/x/crypto v0.32 .0 // indirect
268
- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
266
+ golang.org/x/crypto v0.36 .0 // indirect
267
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
269
268
golang.org/x/image v0.10.0 // indirect
270
- golang.org/x/mod v0.21 .0 // indirect
271
- golang.org/x/net v0.34 .0 // indirect
272
- golang.org/x/sys v0.29 .0 // indirect
273
- golang.org/x/text v0.21 .0 // indirect
274
- golang.org/x/tools v0.24 .0 // indirect
269
+ golang.org/x/mod v0.24 .0 // indirect
270
+ golang.org/x/net v0.37 .0 // indirect
271
+ golang.org/x/sys v0.31 .0 // indirect
272
+ golang.org/x/text v0.23 .0 // indirect
273
+ golang.org/x/tools v0.31 .0 // indirect
275
274
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
276
275
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
277
276
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
0 commit comments