File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/lispyclouds/climate
33go 1.24.7
44
55require (
6- github.com/pb33f/libopenapi v0.27.0
6+ github.com/pb33f/libopenapi v0.27.2
77 github.com/spf13/cobra v1.10.1
88 github.com/stretchr/testify v1.11.1
99 go.yaml.in/yaml/v4 v4.0.0-rc.2
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1616github.1485827954.workers.dev/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
1717github.1485827954.workers.dev/pb33f/jsonpath v0.1.2 h1:PlqXjEyecMqoYJupLxYeClCGWEpAFnh4pmzgspbXDPI =
1818github.1485827954.workers.dev/pb33f/jsonpath v0.1.2 /go.mod h1:TtKnUnfqZm48q7a56DxB3WtL3ipkVtukMKGKxaR/uXU =
19- github.com/pb33f/libopenapi v0.27.0 h1:MVxnb9AWDcT2o03rEv/qEmFww+cgS/NwZtkGk52Mhws =
20- github.com/pb33f/libopenapi v0.27.0 /go.mod h1:mHMHA3ZKSZDTInNAuUtqkHlKLIjPm2HN1vgsGR57afc =
19+ github.com/pb33f/libopenapi v0.27.2 h1:buDwqA6SKWwrG4YZwJprBV+bk8uizqLgiF4lkIV9w14 =
20+ github.com/pb33f/libopenapi v0.27.2 /go.mod h1:mHMHA3ZKSZDTInNAuUtqkHlKLIjPm2HN1vgsGR57afc =
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 =
Original file line number Diff line number Diff line change 1+ // Copyright 2025 Rahul De
2+ // SPDX-License-Identifier: MIT
3+
4+ // climate allows the server to influence the CLI behaviour by using OpenAPI's extensions.
5+ // It encourages spec-first practices thereby keeping both users and maintenance manageable.
6+ // It does just enough to handle the spec and nothing more.
7+
18package climate
29
310import (
You can’t perform that action at this time.
0 commit comments