]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modfetch: switch to golang.org/x/mod/zip
authorJay Conrod <jayconrod@google.com>
Fri, 1 Nov 2019 22:37:53 +0000 (18:37 -0400)
committerJay Conrod <jayconrod@google.com>
Thu, 7 Nov 2019 16:13:31 +0000 (16:13 +0000)
commit0bf2eb5d4d1ee166d7649258da61e4712a05f383
tree124cb07d9fafeb42674449d92182b6f8fe67a510
parent947f8504d950648fc1a291925bce142ddfc3b4fa
cmd/go/internal/modfetch: switch to golang.org/x/mod/zip

zip.Create is now used to filter and translate zip files from VCS tools.

zip.Unzip is now used instead of Unzip.

Fixes #35290

Change-Id: I4aa41b2e96bf147c09db43d1d189b8393cafb06f
Reviewed-on: https://go-review.googlesource.com/c/go/+/204917
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go.sum
src/cmd/go/internal/modfetch/coderepo.go
src/cmd/go/internal/modfetch/fetch.go
src/cmd/go/internal/modfetch/unzip.go [deleted file]
src/cmd/vendor/golang.org/x/mod/zip/zip.go [new file with mode: 0644]
src/cmd/vendor/modules.txt