File tree 4 files changed +7
-5
lines changed
golang.org/x/tools/go/analysis/passes/copylock 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
golang.org/x/sync v0.3.0
10
10
golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c
11
11
golang.org/x/term v0.11.0
12
- golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1
12
+ golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846
13
13
)
14
14
15
15
require github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c h1:2aG9DV1z3tUfHVJRevogC4
12
12
golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
13
13
golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0 =
14
14
golang.org/x/term v0.11.0 /go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU =
15
- golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1 h1:lOyXDTLvOo2yR4Lca/u2uape32O+leQ3+TUM9YqYh1Y =
16
- golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1 /go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM =
15
+ golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 h1:Vve/L0v7CXXuxUmaMGIEK/dEeq7uiqb5qBgQrZzIE7E =
16
+ golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 /go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM =
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ golang.org/x/sys/windows
46
46
# golang.org/x/term v0.11.0
47
47
## explicit; go 1.17
48
48
golang.org/x/term
49
- # golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1
49
+ # golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846
50
50
## explicit; go 1.18
51
51
golang.org/x/tools/cmd/bisect
52
52
golang.org/x/tools/cover
You can’t perform that action at this time.
0 commit comments