File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ go 1.25
44
55require (
66 github.com/lmittmann/tint v1.1.3
7- github.com/pb33f/libopenapi v0.33.7
7+ github.com/pb33f/libopenapi v0.33.11
88 github.com/urfave/cli/v2 v2.27.7
99)
1010
1111require (
1212 github.com/bahlo/generic-list-go v0.2.0 // indirect
1313 github.com/buger/jsonparser v1.1.1 // indirect
1414 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
15- github.com/pb33f/jsonpath v0.7 .1 // indirect
15+ github.com/pb33f/jsonpath v0.8 .1 // indirect
1616 github.com/pb33f/ordered-map/v2 v2.3.0 // indirect
1717 github.com/russross/blackfriday/v2 v2.1.0 // indirect
1818 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
88github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
99github.com/lmittmann/tint v1.1.3 h1:Hv4EaHWXQr+GTFnOU4VKf8UvAtZgn0VuKT+G0wFlO3I =
1010github.com/lmittmann/tint v1.1.3 /go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE =
11- github.com/pb33f/jsonpath v0.7 .1 h1:dEp6oIZuJbpDSyuHAl9m7GonoDW4M20BcD5vT0tPYRE =
12- github.com/pb33f/jsonpath v0.7 .1 /go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo =
13- github.com/pb33f/libopenapi v0.33.7 h1:UdpEXM8xHBRf3WoE/Cv+y81fn0Pg5FXLEme0y66oPMM =
14- github.com/pb33f/libopenapi v0.33.7 /go.mod h1:e/dmd2Pf1nkjqkI0r7guFSyt9T5V0IIQKgs0L6B/3b0 =
11+ github.com/pb33f/jsonpath v0.8 .1 h1:84C6QRyx6HcSm6PZnsMpcqYot3IsZ+m0n95+0NbBbvs =
12+ github.com/pb33f/jsonpath v0.8 .1 /go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo =
13+ github.com/pb33f/libopenapi v0.33.11 h1:ro0FgEvkpdw1zq7T2kXRHh0efrdX27FQ8McT6E0RsYo =
14+ github.com/pb33f/libopenapi v0.33.11 /go.mod h1:YOP20KzYe3mhE5301aQzJtzQ9MnvhABBGO7RMttA4V4 =
1515github.com/pb33f/ordered-map/v2 v2.3.0 h1:k2OhVEQkhTCQMhAicQ3Z6iInzoZNQ7L9MVomwKBZ5WQ =
1616github.com/pb33f/ordered-map/v2 v2.3.0 /go.mod h1:oe5ue+6ZNhy7QN9cPZvPA23Hx0vMHnNVeMg4fGdCANw =
1717github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments