We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2bd3e commit 3e289ecCopy full SHA for 3e289ec
1 file changed
go.mod
@@ -3,6 +3,7 @@ module github.com/speakeasy-api/openapi
3
go 1.26.1
4
5
require (
6
+ github.com/blackwell-systems/gcf-go v1.2.1
7
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
8
github.com/speakeasy-api/jsonpath v0.6.3
9
github.com/stretchr/testify v1.11.1
@@ -13,7 +14,6 @@ require (
13
14
)
15
16
- github.com/blackwell-systems/gcf-go v1.2.1 // indirect
17
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
18
github.com/dlclark/regexp2 v1.11.4 // indirect
19
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect
0 commit comments