bulpherjs/go.mod

17 lines
689 B
Modula-2
Raw Normal View History

module go.dev.pztrn.name/bulpherjs
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/cobra v0.0.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df // indirect
golang.org/x/sys v0.0.0-20200320181252-af34d8274f85 // indirect
golang.org/x/tools v0.0.0-20200319210407-521f4a0cd458 // indirect
)