File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/deckarep/golang-set/v2 v2.6.0
2323 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
2424 github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
25- github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
25+ github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3
2626 github.com/ethereum/c-kzg-4844/v2 v2.1.5
2727 github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab
2828 github.com/ethereum/go-verkle v0.2.2
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5O
109109github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0 h1:C7t6eeMaEQVy6e8CarIhscYQlNmw5e3G36y7l7Y21Ao =
110110github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0 /go.mod h1:56wL82FO0bfMU5RvfXoIwSOP2ggqqxT+tAfNEIyxuHw =
111111github.com/dop251/goja v0.0.0-20211022113120-dc8c55024d06 /go.mod h1:R9ET47fwRVRPZnOGvHxxhuZcbrMCuiqOz3Rlrh4KSnk =
112- github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 h1:qwcF+vdFrvPSEUDSX5RVoRccG8a5DhOdWdQ4zN62zzo =
113- github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 /go.mod h1:QMWlm50DNe14hD7t24KEqZuUdC9sOTy8W6XbCU1mlw4 =
112+ github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3 h1:+3HCtB74++ClLy8GgjUQYeC8R4ILzVcIe8+5edAJJnE =
113+ github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3 /go.mod h1:QMWlm50DNe14hD7t24KEqZuUdC9sOTy8W6XbCU1mlw4 =
114114github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7 /go.mod h1:hn7BA7c8pLvoGndExHudxTDKZ84Pyvv+90pbBjbTz0Y =
115115github.com/dop251/goja_nodejs v0.0.0-20211022123610-8dd9abb0616d /go.mod h1:DngW8aVqWbuLRMHItjPUyqdj+HWPvnQe8V8y1nDpIbM =
116116github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525const (
2626 Major = 1 // Major version component of the current release
2727 Minor = 16 // Minor version component of the current release
28- Patch = 6 // Patch version component of the current release
28+ Patch = 7 // Patch version component of the current release
2929 Meta = "stable" // Version metadata to append to the version string
3030)
3131
You can’t perform that action at this time.
0 commit comments