File tree Expand file tree Collapse file tree 4 files changed +1111
-574
lines changed Expand file tree Collapse file tree 4 files changed +1111
-574
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/kittycad/kittycad.go
2
2
3
- go 1.22.5
3
+ go 1.23.0
4
4
5
5
toolchain go1.23.2
6
6
@@ -27,6 +27,6 @@ require (
27
27
github.com/tidwall/match v1.1.1 // indirect
28
28
github.com/tidwall/pretty v1.2.1 // indirect
29
29
github.com/tidwall/sjson v1.2.5 // indirect
30
- golang.org/x/sys v0.30 .0 // indirect
30
+ golang.org/x/sys v0.31 .0 // indirect
31
31
gopkg.in/yaml.v3 v3.0.1 // indirect
32
32
)
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95
73
73
github.com/wI2L/jsondiff v0.6.1 h1:ISZb9oNWbP64LHnu4AUhsMF5W0FIj5Ok3Krip9Shqpw =
74
74
github.com/wI2L/jsondiff v0.6.1 /go.mod h1:KAEIojdQq66oJiHhDyQez2x+sRit0vIzC9KeK0yizxM =
75
75
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
76
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
77
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
76
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
77
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
78
78
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
79
79
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
80
80
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
You can’t perform that action at this time.
0 commit comments