Skip to content

Commit 9e530fc

Browse files
adonovangopherbot
authored andcommitted
cmd/guru: carve out a separate module
This is the first step of deleting guru. Updates golang/go#65880 Change-Id: Id33729265825f5557a47a5c571b2ae0e2d58336a Reviewed-on: https://go-review.googlesource.com/c/tools/+/570136 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 9b64301 commit 9e530fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

cmd/guru/go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module golang.org/x/tools/cmd/guru
2+
3+
go 1.19
4+
5+
replace golang.org/x/tools v0.19.0 => ../..
6+
7+
require golang.org/x/tools v0.19.0
8+
9+
require golang.org/x/mod v0.16.0 // indirect

cmd/guru/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
2+
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=

0 commit comments

Comments
 (0)