Imports of package goproxytest

PathSynopsis
archive/zipPackage zip provides support for reading and writing ZIP archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/rogpeppe/go-internal/modulePackage module is a thin forwarding layer on top of golang.org/x/mod/module.
github.com/rogpeppe/go-internal/parPackage par implements parallel execution helpers.
github.com/rogpeppe/go-internal/semverPackage semver is a thin forwarding layer on top of golang.org/x/mod/semver.
github.com/rogpeppe/go-internal/txtarPackage txtar implements a trivial text-based file archive format.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.