Skip to content

Commit

Permalink
fix: bump goja
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 27, 2023
1 parent 7db5fef commit 6f2b030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/speakeasy-api/easytemplate
go 1.19

require (
github.com/dop251/goja v0.0.0-20230122160437-8f6e415ca41e
github.com/dop251/goja v0.0.0-20230127185032-9577c35d40f7
github.com/dop251/goja_nodejs v0.0.0-20221211191749-434192f0843e
github.com/golang/mock v1.6.0
github.com/stretchr/testify v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/dop251/goja v0.0.0-20230119130012-17fd568758fe h1:PsLX9tWRxptk4COd23D
github.com/dop251/goja v0.0.0-20230119130012-17fd568758fe/go.mod h1:yRkwfj0CBpOGre+TwBsqPV0IH0Pk73e4PXJOeNDboGs=
github.com/dop251/goja v0.0.0-20230122160437-8f6e415ca41e h1:cRvfEaPr/1fBqodPgxYeOfbHfKJPhuooehw37v9gxps=
github.com/dop251/goja v0.0.0-20230122160437-8f6e415ca41e/go.mod h1:yRkwfj0CBpOGre+TwBsqPV0IH0Pk73e4PXJOeNDboGs=
github.com/dop251/goja v0.0.0-20230127185032-9577c35d40f7 h1:61vEgjydRQqsV0y4DNtRq208KGWj2H6bV34TWGGAlKY=
github.com/dop251/goja v0.0.0-20230127185032-9577c35d40f7/go.mod h1:yRkwfj0CBpOGre+TwBsqPV0IH0Pk73e4PXJOeNDboGs=
github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7/go.mod h1:hn7BA7c8pLvoGndExHudxTDKZ84Pyvv+90pbBjbTz0Y=
github.com/dop251/goja_nodejs v0.0.0-20211022123610-8dd9abb0616d/go.mod h1:DngW8aVqWbuLRMHItjPUyqdj+HWPvnQe8V8y1nDpIbM=
github.com/dop251/goja_nodejs v0.0.0-20221211191749-434192f0843e h1:DJ5cKH4HUYevCd09vMIbwc8U02eBKLFR2q1O1hSAJcY=
Expand Down

0 comments on commit 6f2b030

Please sign in to comment.