Skip to content

Commit 67f9293

Browse files
Merge branch 'master' of github.com:gopherjs/gopherjs into genNestedTypes
2 parents 576e45d + 208d830 commit 67f9293

File tree

2 files changed

+16
-570
lines changed

2 files changed

+16
-570
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/gopherjs/gopherjs
33
go 1.18
44

55
require (
6-
github.com/evanw/esbuild v0.18.0
6+
github.com/evanw/esbuild v0.25.4
77
github.com/fsnotify/fsnotify v1.5.1
88
github.com/google/go-cmp v0.5.8
99
github.com/msvitok77/goembed v0.3.5
1010
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
1111
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
1212
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
1313
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
1616
golang.org/x/sync v0.5.0
1717
golang.org/x/sys v0.10.0
1818
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
1919
golang.org/x/tools v0.16.0
2020
)
2121

2222
require (
23-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
23+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2424
golang.org/x/mod v0.14.0 // indirect
2525
)

0 commit comments

Comments
 (0)