github.com/iosif02/goja_nodejs@v1.0.1/go.mod (about)

     1  module github.com/iosif02/goja_nodejs
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/iosif02/goja v1.0.3
     7  	golang.org/x/net v0.10.0
     8  	golang.org/x/text v0.9.0
     9  )