From 640d45fe808537a68fa2a0ba45494e1a3fef7d6a Mon Sep 17 00:00:00 2001 From: Bruno Calza Date: Wed, 29 May 2024 16:17:40 -0300 Subject: [PATCH] updates parser to the correct version [testnetdeploy] Signed-off-by: Bruno Calza --- Makefile | 3 +-- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dc04729c..c279bdff 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,7 @@ lint: .PHONY: lint # OpenAPI -#SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/main/specs/validator/tableland-openapi-spec.yaml -SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/8ec1d2f5137d4372b493cf6c64707ae21b5ba19b/specs/validator/tableland-openapi-spec.yaml +SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/main/specs/validator/tableland-openapi-spec.yaml APIV1=${PWD}/internal/router/controllers/apiv1 gen-api-v1: mkdir -p ${APIV1} diff --git a/go.mod b/go.mod index dddcf16f..c526d2d2 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/sethvargo/go-limiter v0.7.2 github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.8.2 - github.com/tablelandnetwork/sqlparser v0.0.0-20240523182602-af3edf08e3db + github.com/tablelandnetwork/sqlparser v0.0.0-20240529190608-e3776575020d github.com/textileio/cli v1.0.2 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 go.opentelemetry.io/otel v1.14.0 diff --git a/go.sum b/go.sum index d61b0664..af5f05ee 100644 --- a/go.sum +++ b/go.sum @@ -1297,6 +1297,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a h1:1ur3QoCqvE5f github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48= github.com/tablelandnetwork/sqlparser v0.0.0-20240523182602-af3edf08e3db h1:4/eOYTPLww9YzdsteeGFhcT8dwIaCm3FIOwrxs6ppQM= github.com/tablelandnetwork/sqlparser v0.0.0-20240523182602-af3edf08e3db/go.mod h1:S+M/v3Q8X+236kQxMQziFcLId2Cscb1LzW06IUVhljE= +github.com/tablelandnetwork/sqlparser v0.0.0-20240529190608-e3776575020d h1:Xhc6wudmyItX8Pvr+Z2SCzOmrf/zda5sX1jCgUySNRg= +github.com/tablelandnetwork/sqlparser v0.0.0-20240529190608-e3776575020d/go.mod h1:S+M/v3Q8X+236kQxMQziFcLId2Cscb1LzW06IUVhljE= github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I= github.com/textileio/cli v1.0.2 h1:qSp/x4d/9SZ93TxhgZnE5okRKqzqHqrzAwKAPjuPw50= github.com/textileio/cli v1.0.2/go.mod h1:vTlCvvVyOmXXLwddCcBg3PDavfUsCkRBZoyr6Nu1lkc=