File tree Expand file tree Collapse file tree 2 files changed +16
-570
lines changed Expand file tree Collapse file tree 2 files changed +16
-570
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ module github.com/gopherjs/gopherjs
3
3
go 1.18
4
4
5
5
require (
6
- github.com/evanw/esbuild v0.18.0
6
+ github.com/evanw/esbuild v0.25.4
7
7
github.com/fsnotify/fsnotify v1.5.1
8
8
github.com/google/go-cmp v0.5.8
9
9
github.com/msvitok77/goembed v0.3.5
10
10
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
11
11
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
12
12
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
13
13
github.com/sirupsen/logrus v1.8.1
14
- github.com/spf13/cobra v1.2 .1
15
- github.com/spf13/pflag v1.0.5
14
+ github.com/spf13/cobra v1.9 .1
15
+ github.com/spf13/pflag v1.0.6
16
16
golang.org/x/sync v0.5.0
17
17
golang.org/x/sys v0.10.0
18
18
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
19
19
golang.org/x/tools v0.16.0
20
20
)
21
21
22
22
require (
23
- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
23
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
24
24
golang.org/x/mod v0.14.0 // indirect
25
25
)
You can’t perform that action at this time.
0 commit comments