commit | 694cff8668bac64e0864b552bffc280cd27f21b1 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Thu Apr 06 09:44:16 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Thu Apr 06 15:40:04 2023 +0000 |
tree | 8a42714581fa927618beca5792a16fddf927283a | |
parent | 6960703597adf5b8919a13c3c0ce585a274fd405 [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: I2fd2e05ca8edb122059be1918e555952de4941e8 Reviewed-on: https://go-review.googlesource.com/c/net/+/482776 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Gopher Robot <gobot@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.