File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ - package-ecosystem : " gitsubmodule"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
37 # Enable version updates for Go modules
48 - package-ecosystem : " gomod"
5- directory : " /"
9+ directories :
10+ - " /"
11+ - " jsonschema/oas3/tests"
612 schedule :
713 interval : " weekly"
814 day : " monday"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.3
55require (
66 github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
77 github.com/speakeasy-api/jsonpath v0.6.2
8- github.com/spf13/cobra v1.9 .1
8+ github.com/spf13/cobra v1.10 .1
99 github.com/stretchr/testify v1.11.1
1010 github.com/vmware-labs/yaml-jsonpath v0.3.2
1111 golang.org/x/sync v0.16.0
@@ -20,7 +20,7 @@ require (
2020 github.com/kr/pretty v0.3.1 // indirect
2121 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2222 github.com/rogpeppe/go-internal v1.13.1 // indirect
23- github.com/spf13/pflag v1.0.6 // indirect
23+ github.com/spf13/pflag v1.0.9 // indirect
2424 golang.org/x/net v0.42.0 // indirect
2525 golang.org/x/sys v0.34.0 // indirect
2626 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
4141github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
4242github.com/speakeasy-api/jsonpath v0.6.2 h1:Mys71yd6u8kuowNCR0gCVPlVAHCmKtoGXYoAtcEbqXQ =
4343github.com/speakeasy-api/jsonpath v0.6.2 /go.mod h1:ymb2iSkyOycmzKwbEAYPJV/yi2rSmvBCLZJcyD+VVWw =
44- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
45- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
46- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
47- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
44+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
45+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
46+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
47+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
4848github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
4949github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
5050github.com/stretchr/testify v1.5.1 /go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA =
You can’t perform that action at this time.
0 commit comments