Skip to content

Commit 9480d85

Browse files
committed
Fix update script to also update go.mod with the new GopherJS version.
1 parent 709b35f commit 9480d85

File tree

208 files changed

+7
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+7
-5
lines changed

playground/go.mod

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

55
require (
6-
github.com/gopherjs/gopherjs v0.0.0-20211023200351-1e6abe791855
6+
github.com/gopherjs/gopherjs v0.0.0-20211108205335-ed9a9b14a747
77
github.com/neelance/go-angularjs v0.0.0-20170205214111-8c6312cca6e2
88
golang.org/x/tools v0.1.7
99
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2

playground/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
137137
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
138138
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
139139
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
140-
github.com/gopherjs/gopherjs v0.0.0-20211023200351-1e6abe791855 h1:APqsQsFB2KBCDGOtjLfFHPO7f/sihSwk/DTXdQ12DM0=
141-
github.com/gopherjs/gopherjs v0.0.0-20211023200351-1e6abe791855/go.mod h1:cz9oNYuRUWGdHmLF2IodMLkAhcPtXeULvcBNagUrxTI=
140+
github.com/gopherjs/gopherjs v0.0.0-20211108205335-ed9a9b14a747 h1:/kCbbP8c/Ieh1sUT0G0YEr9zRQrnvwLI5eoC4A1EIBs=
141+
github.com/gopherjs/gopherjs v0.0.0-20211108205335-ed9a9b14a747/go.mod h1:cz9oNYuRUWGdHmLF2IodMLkAhcPtXeULvcBNagUrxTI=
142142
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
143143
github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q=
144144
github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=

playground/pkg/archive/tar.a.js

0 Bytes
Binary file not shown.

playground/pkg/archive/zip.a.js

0 Bytes
Binary file not shown.

playground/pkg/bufio.a.js

0 Bytes
Binary file not shown.

playground/pkg/bytes.a.js

0 Bytes
Binary file not shown.

playground/pkg/compress/bzip2.a.js

0 Bytes
Binary file not shown.

playground/pkg/compress/flate.a.js

0 Bytes
Binary file not shown.

playground/pkg/compress/gzip.a.js

0 Bytes
Binary file not shown.

playground/pkg/compress/lzw.a.js

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)