Skip to content

Commit

Permalink
Bump golang.org/x/tools/gopls from 0.15.0 to 0.15.1
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/tools/gopls](https://github.com/golang/tools) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.15.0...gopls/v0.15.1)

---
updated-dependencies:
- dependency-name: golang.org/x/tools/gopls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent 1a85242 commit b326c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.20.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/tools/gopls v0.15.0
golang.org/x/tools/gopls v0.15.1
)

require (
Expand Down Expand Up @@ -42,7 +42,7 @@ require (
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.18.1-0.20240221145400-a220b3b5ba60 // indirect
golang.org/x/tools v0.18.1-0.20240227180630-1c466157abc9 // indirect
golang.org/x/vuln v1.0.1 // indirect
honnef.co/go/tools v0.4.6 // indirect
mvdan.cc/gofumpt v0.6.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
golang.org/x/tools v0.18.1-0.20240221145400-a220b3b5ba60 h1:2rj0Wb7+TXMtGEN3h6rrHno/8PmOJ/FVkLLTQSZeo4I=
golang.org/x/tools v0.18.1-0.20240221145400-a220b3b5ba60/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
golang.org/x/tools/gopls v0.15.0 h1:L0GwEHBsOERhkmi9E2Ag0xjAY7exrFsiKhQLX7mBJjM=
golang.org/x/tools/gopls v0.15.0/go.mod h1:ujKjdtKK4R1iiy8jHx4tdPTrY+Jq+90/VictuTeFUKQ=
golang.org/x/tools v0.18.1-0.20240227180630-1c466157abc9 h1:DAFzI/OUTyNjVKs2nsM593aR8oHWjVh3ftZ7XQFEKXw=
golang.org/x/tools v0.18.1-0.20240227180630-1c466157abc9/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
golang.org/x/tools/gopls v0.15.1 h1:WBLlqa3auWKt/jbezarYT204f7IDtCdOn260vY0q4Vk=
golang.org/x/tools/gopls v0.15.1/go.mod h1:GiXIHBDfoeH6xMdpWYLMAzC0lqd9brP4SxvL8EkyQsk=
golang.org/x/vuln v1.0.1 h1:KUas02EjQK5LTuIx1OylBQdKKZ9jeugs+HiqO5HormU=
golang.org/x/vuln v1.0.1/go.mod h1:bb2hMwln/tqxg32BNY4CcxHWtHXuYa3SbIBmtsyjxtM=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit b326c75

Please sign in to comment.