File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module 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
68replace (
@@ -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
Original file line number Diff line number Diff line change @@ -366,6 +366,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
366366github.com/swaggest/assertjson v1.9.0 h1:dKu0BfJkIxv/xe//mkCrK5yZbs79jL7OVf9Ija7o2xQ =
367367github.com/swaggest/jsonschema-go v0.3.62 h1:eIE0aRklWa2eLJg2L/zqyWpKvgUPbq2oKOtrJGJkPH0 =
368368github.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 =
369371github.com/swaggest/refl v1.3.0 h1:PEUWIku+ZznYfsoyheF97ypSduvMApYyGkYF3nabS0I =
370372github.com/swaggest/refl v1.3.0 /go.mod h1:3Ujvbmh1pfSbDYjC6JGG7nMgPvpG0ehQL4iNonnLNbg =
371373github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
You can’t perform that action at this time.
0 commit comments