go.mod: upgrade goja (#23721)

This update adds support for some more ES6 functionality, notably
arrow functions.
This commit is contained in:
Felix Lange
2021-10-13 14:42:00 +02:00
committed by GitHub
parent 633e7ef478
commit f9d683b07f
10 changed files with 31 additions and 297 deletions

View File

@ -24,9 +24,9 @@ import (
"github.com/dop251/goja"
"github.com/ethereum/go-ethereum/internal/ethapi"
"github.com/ethereum/go-ethereum/internal/jsre/deps"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/signer/core"
"github.com/ethereum/go-ethereum/signer/rules/deps"
"github.com/ethereum/go-ethereum/signer/storage"
)