github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/go.mod (about)

     1  module github.com/goplusjs/gopherjs
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.7
     7  	github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
     8  	github.com/kisielk/gotool v1.0.0
     9  	github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
    10  	github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab
    11  	github.com/shurcooL/go v0.0.0-20191216061654-b114cc39af9f
    12  	github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
    13  	github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
    14  	github.com/spf13/cobra v0.0.5
    15  	github.com/spf13/pflag v1.0.5
    16  	github.com/visualfc/fastmod v1.3.6
    17  	github.com/visualfc/goembed v0.2.1
    18  	github.com/visualfc/goversion v1.1.0
    19  	golang.org/x/crypto v0.0.0-20200208060501-ecb85df21340
    20  	golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
    21  	golang.org/x/tools v0.0.0-20200131143746-097c1f2eed26
    22  )