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.

playground/pkg/compress/zlib.a.js

0 Bytes
Binary file not shown.

playground/pkg/container/heap.a.js

0 Bytes
Binary file not shown.

playground/pkg/container/list.a.js

0 Bytes
Binary file not shown.

playground/pkg/container/ring.a.js

0 Bytes
Binary file not shown.

playground/pkg/context.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/aes.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/cipher.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/des.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/dsa.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/ecdsa.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/ed25519.a.js

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/pkg/crypto/elliptic.a.js

0 Bytes
Binary file not shown.
Binary file not shown.

playground/pkg/crypto/hmac.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/crypto/md5.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/rand.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/rc4.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/rsa.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/sha1.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/sha256.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/sha512.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/subtle.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/tls.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/x509.a.js

0 Bytes
Binary file not shown.

playground/pkg/crypto/x509/pkix.a.js

0 Bytes
Binary file not shown.

playground/pkg/database/sql.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/debug/dwarf.a.js

0 Bytes
Binary file not shown.

playground/pkg/debug/elf.a.js

0 Bytes
Binary file not shown.

playground/pkg/debug/gosym.a.js

0 Bytes
Binary file not shown.

playground/pkg/debug/macho.a.js

0 Bytes
Binary file not shown.

playground/pkg/debug/pe.a.js

0 Bytes
Binary file not shown.

playground/pkg/debug/plan9obj.a.js

0 Bytes
Binary file not shown.

playground/pkg/embed.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/ascii85.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/asn1.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/base32.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/base64.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/binary.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/csv.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/gob.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/hex.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/json.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/pem.a.js

0 Bytes
Binary file not shown.

playground/pkg/encoding/xml.a.js

0 Bytes
Binary file not shown.

playground/pkg/errors.a.js

0 Bytes
Binary file not shown.

playground/pkg/expvar.a.js

0 Bytes
Binary file not shown.

playground/pkg/flag.a.js

0 Bytes
Binary file not shown.

playground/pkg/fmt.a.js

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/pkg/go/ast.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/build.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/go/constant.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/doc.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/format.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/importer.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/go/parser.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/printer.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/scanner.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/token.a.js

0 Bytes
Binary file not shown.

playground/pkg/go/types.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash/adler32.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash/crc32.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash/crc64.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash/fnv.a.js

0 Bytes
Binary file not shown.

playground/pkg/hash/maphash.a.js

0 Bytes
Binary file not shown.

playground/pkg/html.a.js

0 Bytes
Binary file not shown.

playground/pkg/html/template.a.js

0 Bytes
Binary file not shown.

playground/pkg/image.a.js

0 Bytes
Binary file not shown.

playground/pkg/image/color.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/image/draw.a.js

0 Bytes
Binary file not shown.

playground/pkg/image/gif.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/image/jpeg.a.js

0 Bytes
Binary file not shown.

playground/pkg/image/png.a.js

0 Bytes
Binary file not shown.

playground/pkg/index/suffixarray.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/abi.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/buildcfg.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/bytealg.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/cpu.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/execabs.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/fmtsort.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/internal/goroot.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/internal/itoa.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/internal/nettrace.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/oserror.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/poll.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/race.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/internal/sysinfo.a.js

0 Bytes
Binary file not shown.

playground/pkg/internal/testlog.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/internal/xcoff.a.js

0 Bytes
Binary file not shown.

playground/pkg/io.a.js

0 Bytes
Binary file not shown.

playground/pkg/io/fs.a.js

0 Bytes
Binary file not shown.

playground/pkg/io/ioutil.a.js

0 Bytes
Binary file not shown.

playground/pkg/log.a.js

0 Bytes
Binary file not shown.

playground/pkg/log/syslog.a.js

0 Bytes
Binary file not shown.

playground/pkg/math.a.js

0 Bytes
Binary file not shown.

playground/pkg/math/big.a.js

0 Bytes
Binary file not shown.

playground/pkg/math/bits.a.js

0 Bytes
Binary file not shown.

playground/pkg/math/cmplx.a.js

0 Bytes
Binary file not shown.

playground/pkg/math/rand.a.js

0 Bytes
Binary file not shown.

playground/pkg/mime.a.js

0 Bytes
Binary file not shown.

playground/pkg/mime/multipart.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/net.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/http.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/http/cgi.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/net/http/fcgi.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/http/httptest.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/net/http/httputil.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/http/internal.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/net/mail.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/rpc.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/rpc/jsonrpc.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/smtp.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/textproto.a.js

0 Bytes
Binary file not shown.

playground/pkg/net/url.a.js

0 Bytes
Binary file not shown.

playground/pkg/os.a.js

0 Bytes
Binary file not shown.

playground/pkg/os/exec.a.js

0 Bytes
Binary file not shown.

playground/pkg/os/signal.a.js

0 Bytes
Binary file not shown.

playground/pkg/os/user.a.js

0 Bytes
Binary file not shown.

playground/pkg/path.a.js

0 Bytes
Binary file not shown.

playground/pkg/path/filepath.a.js

0 Bytes
Binary file not shown.

playground/pkg/reflect.a.js

0 Bytes
Binary file not shown.

playground/pkg/regexp.a.js

0 Bytes
Binary file not shown.

playground/pkg/regexp/syntax.a.js

0 Bytes
Binary file not shown.

playground/pkg/runtime.a.js

0 Bytes
Binary file not shown.

playground/pkg/runtime/debug.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/runtime/metrics.a.js

0 Bytes
Binary file not shown.

playground/pkg/runtime/race.a.js

0 Bytes
Binary file not shown.

playground/pkg/runtime/trace.a.js

0 Bytes
Binary file not shown.

playground/pkg/sort.a.js

0 Bytes
Binary file not shown.

playground/pkg/strconv.a.js

0 Bytes
Binary file not shown.

playground/pkg/strings.a.js

0 Bytes
Binary file not shown.

playground/pkg/sync.a.js

0 Bytes
Binary file not shown.

playground/pkg/sync/atomic.a.js

0 Bytes
Binary file not shown.

playground/pkg/syscall.a.js

0 Bytes
Binary file not shown.

playground/pkg/syscall/js.a.js

0 Bytes
Binary file not shown.

playground/pkg/testing.a.js

0 Bytes
Binary file not shown.

playground/pkg/testing/fstest.a.js

0 Bytes
Binary file not shown.

playground/pkg/testing/iotest.a.js

0 Bytes
Binary file not shown.

playground/pkg/testing/quick.a.js

0 Bytes
Binary file not shown.

playground/pkg/text/scanner.a.js

0 Bytes
Binary file not shown.

playground/pkg/text/tabwriter.a.js

0 Bytes
Binary file not shown.

playground/pkg/text/template.a.js

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

playground/pkg/time.a.js

0 Bytes
Binary file not shown.

playground/pkg/time/tzdata.a.js

0 Bytes
Binary file not shown.

playground/pkg/unicode.a.js

0 Bytes
Binary file not shown.

playground/pkg/unicode/utf16.a.js

0 Bytes
Binary file not shown.

playground/pkg/unicode/utf8.a.js

0 Bytes
Binary file not shown.

playground/pkg/unsafe.a.js

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/playground.js

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/update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export GO111MODULE=on;
2626

2727
# Stage 1: Install latest released GopherJS version.
2828
go install github.com/gopherjs/gopherjs@latest;
29+
go get -d github.com/gopherjs/gopherjs;
30+
go mod tidy
2931

3032
# Stage 2: Regenerate stdlib API information for auto-imports.
3133
go generate github.com/gopherjs/gopherjs.github.io/playground/internal/imports;

0 commit comments

Comments
 (0)