github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/go.mod (about)

     1  module github.com/gopherjs/gopherjs
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/evanw/esbuild v0.18.0
     7  	github.com/fsnotify/fsnotify v1.5.1
     8  	github.com/google/go-cmp v0.5.8
     9  	github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
    10  	github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
    11  	github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
    12  	github.com/sirupsen/logrus v1.8.1
    13  	github.com/spf13/cobra v1.2.1
    14  	github.com/spf13/pflag v1.0.5
    15  	github.com/visualfc/goembed v0.3.3
    16  	golang.org/x/exp/typeparams v0.0.0-20240119083558-1b970713d09a
    17  	golang.org/x/sync v0.5.0
    18  	golang.org/x/sys v0.10.0
    19  	golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
    20  	golang.org/x/tools v0.16.0
    21  )
    22  
    23  require github.com/inconshreveable/mousetrap v1.0.0 // indirect