forked from gopherjs/gopherjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 833 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/gopherjs/gopherjs
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab
github.com/rogpeppe/go-internal v1.0.1-alpha.1
github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414
github.com/shurcooL/vfsgen v0.0.0-20180915214035-33ae1944be3f
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1
golang.org/x/crypto v0.0.0-20180807104621-f027049dab0a
golang.org/x/sys v0.0.0-20180807162357-acbc56fc7007
golang.org/x/tools v0.0.0-20190308142131-b40df0fb21c3
)
// branch: master (latest)
replace github.com/shurcooL/vfsgen => github.com/myitcv/vfsgen v0.0.1