Skip to content

Commit d3dadca

Browse files
update version
1 parent e9dfcbe commit d3dadca

8 files changed

Lines changed: 98 additions & 104176 deletions

File tree

playground/compile.js

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

playground/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/google/go-cmp v0.5.8
7-
github.com/gopherjs/gopherjs v1.20.1-0.20260123155143-346e3e9e6759
7+
github.com/gopherjs/gopherjs v1.20.1
88
golang.org/x/tools v0.16.0
99
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
1010
)

playground/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/internal/cmd/compile/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/grantnelson-wf/gopherjs.github.io/playground/internal/cmd/comp
33
go 1.20
44

55
require (
6-
github.com/gopherjs/gopherjs v1.20.1-0.20260123155143-346e3e9e6759
6+
github.com/gopherjs/gopherjs v1.20.1
77
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
88
)
99

playground/internal/cmd/compile/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
44
github.com/evanw/esbuild v0.25.4 h1:k1bTSim+usBG27w7BfOCorhgx3tO+6bAfMj5pR+6SKg=
55
github.com/evanw/esbuild v0.25.4/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
66
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
7-
github.com/gopherjs/gopherjs v1.20.1-0.20260123155143-346e3e9e6759 h1:vofwDrnhrGaGYGpZoUgedm0dawySW7mq/gET2jNeYdM=
8-
github.com/gopherjs/gopherjs v1.20.1-0.20260123155143-346e3e9e6759/go.mod h1:h+FTmmLgbXMmmtuZFp9bUqXciN429Wx0sJEJuMnpyfM=
7+
github.com/gopherjs/gopherjs v1.20.1 h1:22uLWFvVcxhJ+j3dJ99NNfwGyHynxCmjhYsrcwqbY60=
8+
github.com/gopherjs/gopherjs v1.20.1/go.mod h1:h+FTmmLgbXMmmtuZFp9bUqXciN429Wx0sJEJuMnpyfM=
99
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 h1:D6paGObi5Wud7xg83MaEFyjxQB1W5bz5d0IFppr+ymk=
1010
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
1111
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c h1:bY6ktFuJkt+ZXkX0RChQch2FtHpWQLVS8Qo1YasiIVk=

playground/internal/cmd/precompile/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/grantnelson-wf/gopherjs.github.io/playground/internal/cmd/prec
33
go 1.20
44

55
require (
6-
github.com/gopherjs/gopherjs v1.20.1-0.20260123155143-346e3e9e6759
6+
github.com/gopherjs/gopherjs v1.20.1
77
github.com/sirupsen/logrus v1.8.3
88
)
99

playground/internal/cmd/precompile/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)