Skip to content

Commit

Permalink
gopls: update go.mod for v0.16.2-pre.1
Browse files Browse the repository at this point in the history
This is an automated CL which updates the go.mod go.sum.

For golang/go#68916

Change-Id: I62a0ef8bf60353dcd08f9e5f153a2693912a677e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/606295
TryBot-Bypass: Robert Findley <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
  • Loading branch information
gopherbot committed Aug 16, 2024
1 parent 66fa8e7 commit 5be8349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gopls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
golang.org/x/sync v0.7.0
golang.org/x/telemetry v0.0.0-20240712210958-268b4a8ec2d7
golang.org/x/text v0.16.0
golang.org/x/tools v0.22.1-0.20240628205440-9c895dd76b34
golang.org/x/tools v0.22.1-0.20240715174654-66fa8e7351ea
golang.org/x/vuln v1.0.4
gopkg.in/yaml.v3 v3.0.1
honnef.co/go/tools v0.4.7
Expand Down
4 changes: 2 additions & 2 deletions gopls/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.22.1-0.20240628205440-9c895dd76b34 h1:Kd+Z5Pm6uwYx3T2KEkeHMHUMZxDPb/q6b1m+zEcy62c=
golang.org/x/tools v0.22.1-0.20240628205440-9c895dd76b34/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
golang.org/x/tools v0.22.1-0.20240715174654-66fa8e7351ea h1:hkWkSBoS8Dh57+Luy6D6j8SXFCVzuoWqZm3q33Cti2Y=
golang.org/x/tools v0.22.1-0.20240715174654-66fa8e7351ea/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
golang.org/x/vuln v1.0.4 h1:SP0mPeg2PmGCu03V+61EcQiOjmpri2XijexKdzv8Z1I=
golang.org/x/vuln v1.0.4/go.mod h1:NbJdUQhX8jY++FtuhrXs2Eyx0yePo9pF7nPlIjo9aaQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 5be8349

Please sign in to comment.