This website requires JavaScript.
Explore
Help
Register
Sign In
qbit
/
go
Watch
1
Star
0
Fork
0
You've already forked go
mirror of
https://github.com/golang/go
synced
2024-11-19 02:54:42 -07:00
Code
Releases
Activity
24738cbdc1
go
/
go.mod
4 lines
87 B
Modula-2
Raw
Normal View
History
Unescape
Escape
all: add a go.mod file This change adds a go.mod and go.sum file to the tools repo, following the requirements stated in bcmills's comment here: https://golang.org/issue/28136#issuecomment-462971974. It's important to note that we will not be adding versions to the repo for now. The change was generated by running "go mod init" and "go mod tidy" using Go 1.11.5 in the top-level directory of the tools repository. The tools repo has some extraneous dependencies, but they will be removed soon (we expect a couple of weeks). At that point, our go.sum should shrink to a small handful of entries. Updates golang/go#28136 Change-Id: Ie7802d8d70094a855b112ad0507a47036cb81ba0 Reviewed-on: https://go-review.googlesource.com/c/162397 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-02-13 09:43:12 -07:00
module
golang
.
org
/
x
/
tools
all: update golang.org/x/net dependency in go.mod x/net now has a smaller set of transitive module dependencies, and with this update, x/tools will also have a smaller set of transitive module dependencies. Change-Id: Idaa0bb72bf896bb8addc0004f17c3e97f8cc8b7a Reviewed-on: https://go-review.googlesource.com/c/tools/+/166877 Run-TryBot: Michael Matloob <matloob@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-11 12:40:28 -06:00
require
golang
.
org
/
x
/
net
v0
.
0.0
-
20190311183353
-
d8887717615a
Copy Permalink