From 9a90327bcbba5325d824119aa3ad29640d3abf78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 02:15:09 +0000 Subject: [PATCH] build(deps): bump github.com/laytan/php-parser Bumps [github.com/laytan/php-parser](https://github.com/laytan/php-parser) from 0.9.1-0.20230411203829-6b3673ece43a to 0.10.0. - [Release notes](https://github.com/laytan/php-parser/releases) - [Changelog](https://github.com/laytan/php-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/laytan/php-parser/commits/v0.10.0) --- updated-dependencies: - dependency-name: github.com/laytan/php-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b0ddc4d..115db93 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/gorilla/websocket v1.5.0 github.com/hashicorp/golang-lru/v2 v2.0.2 github.com/laytan/go-lsp-protocol v0.0.0-20230331135813-fccb4f5d33c5 - github.com/laytan/php-parser v0.9.1-0.20230411203829-6b3673ece43a + github.com/laytan/php-parser v0.10.0 github.com/stretchr/testify v1.8.2 github.com/xeipuuv/gojsonschema v1.2.0 go.uber.org/goleak v1.2.1 diff --git a/go.sum b/go.sum index be32eac..3c4246f 100644 --- a/go.sum +++ b/go.sum @@ -289,8 +289,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/laytan/go-lsp-protocol v0.0.0-20230331135813-fccb4f5d33c5 h1:NtTaaRSn3h1Apb4yupfbujDwmbtqVuO7siShQmJuEt8= github.com/laytan/go-lsp-protocol v0.0.0-20230331135813-fccb4f5d33c5/go.mod h1:D1njoCxBWyG+vZ1r9Xy11U02X5XB5R8PTKRj3kcer7I= -github.com/laytan/php-parser v0.9.1-0.20230411203829-6b3673ece43a h1:V9fMfdfEYUsauFstzQmdS5Evu9I6N030IC4epJNLGVY= -github.com/laytan/php-parser v0.9.1-0.20230411203829-6b3673ece43a/go.mod h1:crDMdef5HZkk8JsREDMA6wgTXdip/8mJa4asmjt3ogM= +github.com/laytan/php-parser v0.10.0 h1:Vpf4AdrK5uIvBLtEKbh41mnHYzT06e6yu/Kd2mJN2q0= +github.com/laytan/php-parser v0.10.0/go.mod h1:crDMdef5HZkk8JsREDMA6wgTXdip/8mJa4asmjt3ogM= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=