forked from gopherjs/gopherjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 729 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/gopherjs/gopherjs
go 1.18
require (
github.com/evanw/esbuild v0.18.0
github.com/fsnotify/fsnotify v1.5.1
github.com/google/go-cmp v0.5.8
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/visualfc/goembed v0.3.3
golang.org/x/sync v0.5.0
golang.org/x/sys v0.10.0
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/tools v0.16.0
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
golang.org/x/mod v0.14.0 // indirect
)