Skip to content

Commit

Permalink
fix: missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 27, 2023
1 parent fc64268 commit 965852e
Show file tree
Hide file tree
Showing 3 changed files with 6 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-20230119130012-17fd568758fe
github.com/dop251/goja v0.0.0-20230122160437-8f6e415ca41e
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 @@ -9,6 +9,8 @@ github.com/dop251/goja v0.0.0-20211022113120-dc8c55024d06/go.mod h1:R9ET47fwRVRP
github.com/dop251/goja v0.0.0-20221118162653-d4bf6fde1b86/go.mod h1:yRkwfj0CBpOGre+TwBsqPV0IH0Pk73e4PXJOeNDboGs=
github.com/dop251/goja v0.0.0-20230119130012-17fd568758fe h1:PsLX9tWRxptk4COd23DJ0bnbXRKPDvBP+A6740Ndxp0=
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_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
3 changes: 3 additions & 0 deletions testdata/scripts/logeach.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_.each(["a", "b", "c"], (v) => {
console.log(v);
});

0 comments on commit 965852e

Please sign in to comment.