signer/rules: use goja and remove otto (#20599)
* signer: replace otto with goja * go.mod: remove Otto
... | @@ -49,7 +49,6 @@ require ( | ... | @@ -49,7 +49,6 @@ require ( |
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 | github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 | ||
github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150 | github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150 | ||
github.com/rjeczalik/notify v0.9.1 | github.com/rjeczalik/notify v0.9.1 | ||
github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d | |||
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00 | github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00 | ||
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect | github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect | ||
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 | github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 | ||
... | ... |
Please register or sign in to comment