]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1
authorCherry Zhang <cherryyz@google.com>
Fri, 23 Aug 2019 18:40:20 +0000 (14:40 -0400)
committerCherry Zhang <cherryyz@google.com>
Sat, 24 Aug 2019 01:11:56 +0000 (01:11 +0000)
commit66ff373911a87140319a6550e4e1b2c6043b1329
treebbeda19fd8b24e2a2c6f0859060519f897351dff
parent9e1c864afe00b3cfba3e09d7c67fc17526db464a
cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1

Update vendored x/arch repo to pick up the fix of issue #33802.

This is done with the following commands:

$ cd $GOROOT/src/cmd
$ go get -d golang.org/x/arch@latest
go: finding golang.org/x/arch latest
go: downloading golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1
go: extracting golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1
$ go mod tidy
$ go mod vendor

Fixes #33802.

Change-Id: I0a44f1d83d6f573124cea1f099378b1c851f3feb
Reviewed-on: https://go-review.googlesource.com/c/go/+/191619
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go
src/cmd/vendor/modules.txt