go.mod : update goja dependency (#21432)
... | ... | @@ -17,7 +17,7 @@ require ( |
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea | ||
github.com/dlclark/regexp2 v1.2.0 // indirect | ||
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf | ||
github.com/dop251/goja v0.0.0-20200219165308-d1232e640a87 | ||
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498 | ||
github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c | ||
github.com/fatih/color v1.3.0 | ||
github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc | ||
... | ... |
Please register or sign in to comment