Skip to content

Commit 6654b65

Browse files
fix(deps): update module github.com/swaggest/jsonschema-go to v0.3.70
1 parent 0c39922 commit 6654b65

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/kairos-io/kairos-sdk
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.2
46

57
// This versions require go1.20
68
replace (
@@ -27,7 +29,7 @@ require (
2729
github.com/qeesung/image2ascii v1.0.1
2830
github.com/rs/zerolog v1.32.0
2931
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
30-
github.com/swaggest/jsonschema-go v0.3.62
32+
github.com/swaggest/jsonschema-go v0.3.70
3133
github.com/twpayne/go-vfs/v4 v4.3.0
3234
github.com/urfave/cli/v2 v2.27.1
3335
github.com/zcalusic/sysinfo v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
366366
github.com/swaggest/assertjson v1.9.0 h1:dKu0BfJkIxv/xe//mkCrK5yZbs79jL7OVf9Ija7o2xQ=
367367
github.com/swaggest/jsonschema-go v0.3.62 h1:eIE0aRklWa2eLJg2L/zqyWpKvgUPbq2oKOtrJGJkPH0=
368368
github.com/swaggest/jsonschema-go v0.3.62/go.mod h1:DYuKqdpms/edvywsX6p1zHXCZkdwB28wRaBdFCe3Duw=
369+
github.com/swaggest/jsonschema-go v0.3.70 h1:8Vx5nm5t/6DBFw2+WC0/Vp1ZVe9/4mpuA0tuAe0wwCI=
370+
github.com/swaggest/jsonschema-go v0.3.70/go.mod h1:7N43/CwdaWgPUDfYV70K7Qm79tRqe/al7gLSt9YeGIE=
369371
github.com/swaggest/refl v1.3.0 h1:PEUWIku+ZznYfsoyheF97ypSduvMApYyGkYF3nabS0I=
370372
github.com/swaggest/refl v1.3.0/go.mod h1:3Ujvbmh1pfSbDYjC6JGG7nMgPvpG0ehQL4iNonnLNbg=
371373
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=

0 commit comments

Comments
 (0)