From f953c2c7a61c8922aea9ac04fa18aefe8f7a8c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 23:04:08 +0000 Subject: [PATCH] build(deps): bump github.com/valkdb/postgresparser from 1.2.6 to 1.3.1 Bumps [github.com/valkdb/postgresparser](https://github.com/valkdb/postgresparser) from 1.2.6 to 1.3.1. - [Release notes](https://github.com/valkdb/postgresparser/releases) - [Changelog](https://github.com/ValkDB/postgresparser/blob/main/CHANGELOG.md) - [Commits](https://github.com/valkdb/postgresparser/compare/v1.2.6...v1.3.1) --- updated-dependencies: - dependency-name: github.com/valkdb/postgresparser dependency-version: 1.3.1 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 fb206c3..65edef6 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.8 require ( github.com/spf13/cobra v1.10.2 - github.com/valkdb/postgresparser v1.2.6 + github.com/valkdb/postgresparser v1.3.1 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index 4a8429c..453d358 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/valkdb/postgresparser v1.2.6 h1:o/hqPQ7Ff53z5oNMtQ7jax9oPByUgG629HbIg/wd/nw= -github.com/valkdb/postgresparser v1.2.6/go.mod h1:ZLdOJbyhChgvx3QpbYKR8VPpUMVG3pHNv+2pS8T2uXQ= +github.com/valkdb/postgresparser v1.3.1 h1:fR9HdO0zpKczDlFWRhzdJR2H2qLDsKy6O48YBTGRkb4= +github.com/valkdb/postgresparser v1.3.1/go.mod h1:ZLdOJbyhChgvx3QpbYKR8VPpUMVG3pHNv+2pS8T2uXQ= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM= golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=