We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c778b commit 224827eCopy full SHA for 224827e
go.mod
@@ -3,6 +3,7 @@ module github.com/pb33f/libopenapi-validator
3
go 1.23.0
4
5
require (
6
+ github.com/dlclark/regexp2 v1.11.0
7
github.com/pb33f/libopenapi v0.21.8
8
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
9
github.com/stretchr/testify v1.10.0
0 commit comments