commit | 8e0e7d8d38f2b6d21d742845570dde2902d06a1d | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Wed Jan 04 15:49:00 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Jan 04 15:52:26 2023 +0000 |
tree | 87009a4ce1f0e58d5d6bf45ef931c6d3a3bdb499 | |
parent | 7805fdc37dc2b54b28b9d621030e14dcf1dab67c [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Once this CL is submitted, and post-submit testing succeeds on all first-class ports across all supported Go versions, this repository will be tagged with its next minor version. Change-Id: If285315dc2bfe895bc8079ec3943fe4194e20425 Reviewed-on: https://go-review.googlesource.com/c/net/+/460499 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.