Skip to content

Commit

Permalink
addtempt bump (#137)
Browse files Browse the repository at this point in the history
* addtempt bump

Signed-off-by: Jess Frazelle <[email protected]>

* Updating script outputs

---------

Signed-off-by: Jess Frazelle <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jessfraz and github-actions[bot] authored Sep 6, 2023
1 parent 076afc1 commit a1582b4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module litterbox/conversion_obj_step
go 1.18

require (
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kittycad/kittycad.go v0.2.26 // indirect
github.com/kittycad/kittycad.go v0.2.27 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/dvyukov/go-fuzz v0.0.0-20210103155950-6a8e9d1f2415/go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/schema v1.2.0 h1:YufUaxZYCKGFuAq3c96BOhjgd5nmXiOY9NGzF247Tsc=
github.com/gorilla/schema v1.2.0/go.mod h1:kgLaKoK1FELgZqMAVxx/5cbj0kT+57qxUrAlIO2eleU=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
Expand All @@ -15,6 +17,8 @@ github.com/kittycad/kittycad.go v0.2.25 h1:VoMNPTrZeHtQauBIOvqWgJYBp+B2N4TH64Y/z
github.com/kittycad/kittycad.go v0.2.25/go.mod h1:DUNM1xFwpiYTSLKnYaJ7t8hu5hekC88t1OEoISlCuDc=
github.com/kittycad/kittycad.go v0.2.26 h1:sZemdoNyq6gfoaMpGVKZGH84X9lXhFnC7WYz2GJ9S6E=
github.com/kittycad/kittycad.go v0.2.26/go.mod h1:DUNM1xFwpiYTSLKnYaJ7t8hu5hekC88t1OEoISlCuDc=
github.com/kittycad/kittycad.go v0.2.27 h1:USUjkao81NpzEz/SeYvltHsTto84r5P/2dU1GvIbI9c=
github.com/kittycad/kittycad.go v0.2.27/go.mod h1:zv9NkbTTTVYQCAO0FUwBET6rm3uHmKMIHRBM/ZmXbYc=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 h1:UXLjNohABv4S58tHmeuIZDO6e3mHpW2Dx33gaNt03LE=
go4.org/intern v0.0.0-20211027215823-ae77deb06f29/go.mod h1:cS2ma+47FKrLPdXFpr7CuxiTW3eyJbWew4qx0qtQWDA=
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kittycad==0.5.2
kittycad==0.5.3
4 changes: 2 additions & 2 deletions samples/convert_file/output.stl
Git LFS file not shown
2 changes: 1 addition & 1 deletion tutorials/conversion_obj_step/output.step
Git LFS file not shown
4 changes: 2 additions & 2 deletions tutorials/conversion_obj_stl/output.stl
Git LFS file not shown
4 changes: 2 additions & 2 deletions tutorials/getting_started/output.stl
Git LFS file not shown

0 comments on commit a1582b4

Please sign in to comment.