Skip to content

Commit 9ab9b14

Browse files
committed
[houskeeping] deps
1 parent f61a554 commit 9ab9b14

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/lispyclouds/climate
33
go 1.24.7
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1616
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
1717
github.com/pb33f/jsonpath v0.1.2 h1:PlqXjEyecMqoYJupLxYeClCGWEpAFnh4pmzgspbXDPI=
1818
github.com/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=
2121
github.com/pb33f/ordered-map/v2 v2.3.0 h1:k2OhVEQkhTCQMhAicQ3Z6iInzoZNQ7L9MVomwKBZ5WQ=
2222
github.com/pb33f/ordered-map/v2 v2.3.0/go.mod h1:oe5ue+6ZNhy7QN9cPZvPA23Hx0vMHnNVeMg4fGdCANw=
2323
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

lib.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
package climate
29

310
import (

0 commit comments

Comments
 (0)