File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ // Deprecated: This module contains one deprecated package.
2
+ // See the package deprecation notice for more information.
3
+ module golang.org/x/tools/go/vcs
4
+
5
+ go 1.19
6
+
7
+ require golang.org/x/sys v0.9.0
Original file line number Diff line number Diff line change
1
+ golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s =
2
+ golang.org/x/sys v0.9.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change 16
16
// It needed to be manually kept in sync with upstream when changes were
17
17
// made to cmd/go/internal/get, as tracked in go.dev/issue/11490.
18
18
// By now, it has diverged significantly from upstream cmd/go/internal/get
19
- // behavior and is not being actively updated .
19
+ // behavior and will not receive any further updates .
20
20
package vcs // import "golang.org/x/tools/go/vcs"
21
21
22
22
import (
You can’t perform that action at this time.
0 commit comments