File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515
1616 - uses : actions/setup-go@v5
1717 with :
18- go-version : " ^1.24 "
18+ go-version : " ^1.25 "
1919
2020 - name : Run tests
2121 run : |
Original file line number Diff line number Diff line change 11module github.com/lispyclouds/climate
22
3- go 1.24.7
3+ go 1.25
44
55require (
6- github.com/pb33f/libopenapi v0.28.2
6+ github.com/pb33f/libopenapi v0.29.0
77 github.com/spf13/cobra v1.10.2
88 github.com/stretchr/testify v1.11.1
99 go.yaml.in/yaml/v4 v4.0.0-rc.3
@@ -14,7 +14,7 @@ require (
1414 github.com/buger/jsonparser v1.1.1 // indirect
1515 github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/inconshreveable/mousetrap v1.1.0 // indirect
17- github.com/pb33f/jsonpath v0.1.2 // indirect
17+ github.com/pb33f/jsonpath v0.7.0 // indirect
1818 github.com/pb33f/ordered-map/v2 v2.3.0 // indirect
1919 github.com/pmezard/go-difflib v1.0.0 // indirect
2020 github.com/rogpeppe/go-internal v1.14.1 // indirect
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
1414github.1485827954.workers.dev/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
1515github.1485827954.workers.dev/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
1616github.1485827954.workers.dev/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
17- github.com/pb33f/jsonpath v0.1.2 h1:PlqXjEyecMqoYJupLxYeClCGWEpAFnh4pmzgspbXDPI =
18- github.com/pb33f/jsonpath v0.1.2 /go.mod h1:TtKnUnfqZm48q7a56DxB3WtL3ipkVtukMKGKxaR/uXU =
19- github.com/pb33f/libopenapi v0.28.2 h1:AXVCE8DWzytXu0jv0Z+cXVopnO/bXU1oWvgA9qiRWgw =
20- github.com/pb33f/libopenapi v0.28.2 /go.mod h1:mHMHA3ZKSZDTInNAuUtqkHlKLIjPm2HN1vgsGR57afc =
17+ github.com/pb33f/jsonpath v0.7.0 h1:3oG6yu1RqNoMZpqnRjBMqi8fSIXWoDAKDrsB0QGTcoU =
18+ github.com/pb33f/jsonpath v0.7.0 /go.mod h1:/+JlSIjWA2ijMVYGJ3IQPF4Q1nLMYbUTYNdk0exCDPQ =
19+ github.com/pb33f/libopenapi v0.29.0 h1:ZLbmZoZQ0ocTLz74FElP4sX15O4EEDS4O6rcUsal3vw =
20+ github.com/pb33f/libopenapi v0.29.0 /go.mod h1:4MP76dnaTMY+DM+bRhKBneAIhVISEEZM6G6sd7A9pus =
2121github.1485827954.workers.dev/pb33f/ordered-map/v2 v2.3.0 h1:k2OhVEQkhTCQMhAicQ3Z6iInzoZNQ7L9MVomwKBZ5WQ =
2222github.1485827954.workers.dev/pb33f/ordered-map/v2 v2.3.0 /go.mod h1:oe5ue+6ZNhy7QN9cPZvPA23Hx0vMHnNVeMg4fGdCANw =
2323github.1485827954.workers.dev/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments