From 5ea42604961baf17bccceb05f4abcc48a5df0512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:51:46 +0000 Subject: [PATCH] chore(deps)(deps): bump the mcp-scrapers group across 1 directory with 6 updates Bumps the mcp-scrapers group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [github.com/teslashibe/codegen-go](https://github.com/teslashibe/codegen-go) | `0.1.1` | `0.2.0` | | [github.com/teslashibe/nextdoor-go](https://github.com/teslashibe/nextdoor-go) | `1.2.1` | `1.2.2` | | [github.com/teslashibe/redditviral-go](https://github.com/teslashibe/redditviral-go) | `0.2.0` | `0.2.1` | | [github.com/teslashibe/tiktok-go](https://github.com/teslashibe/tiktok-go) | `1.2.1` | `1.2.3` | | [github.com/teslashibe/x-go](https://github.com/teslashibe/x-go) | `1.6.1` | `1.6.3` | | [github.com/teslashibe/x-viral-go](https://github.com/teslashibe/x-viral-go) | `0.2.0` | `0.2.1` | Updates `github.com/teslashibe/codegen-go` from 0.1.1 to 0.2.0 - [Release notes](https://github.com/teslashibe/codegen-go/releases) - [Commits](https://github.com/teslashibe/codegen-go/compare/v0.1.1...v0.2.0) Updates `github.com/teslashibe/nextdoor-go` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/teslashibe/nextdoor-go/releases) - [Commits](https://github.com/teslashibe/nextdoor-go/compare/v1.2.1...v1.2.2) Updates `github.com/teslashibe/redditviral-go` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/teslashibe/redditviral-go/releases) - [Commits](https://github.com/teslashibe/redditviral-go/compare/v0.2.0...v0.2.1) Updates `github.com/teslashibe/tiktok-go` from 1.2.1 to 1.2.3 - [Release notes](https://github.com/teslashibe/tiktok-go/releases) - [Commits](https://github.com/teslashibe/tiktok-go/compare/v1.2.1...v1.2.3) Updates `github.com/teslashibe/x-go` from 1.6.1 to 1.6.3 - [Release notes](https://github.com/teslashibe/x-go/releases) - [Commits](https://github.com/teslashibe/x-go/compare/v1.6.1...v1.6.3) Updates `github.com/teslashibe/x-viral-go` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/teslashibe/x-viral-go/releases) - [Commits](https://github.com/teslashibe/x-viral-go/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/teslashibe/codegen-go dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mcp-scrapers - dependency-name: github.com/teslashibe/nextdoor-go dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mcp-scrapers - dependency-name: github.com/teslashibe/redditviral-go dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mcp-scrapers - dependency-name: github.com/teslashibe/tiktok-go dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mcp-scrapers - dependency-name: github.com/teslashibe/x-go dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mcp-scrapers - dependency-name: github.com/teslashibe/x-viral-go dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mcp-scrapers ... Signed-off-by: dependabot[bot] --- backend/go.mod | 12 ++++++------ backend/go.sum | 12 ++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index b841707..abfaf3b 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -8,7 +8,7 @@ require ( github.com/jackc/pgx/v5 v5.9.2 github.com/joho/godotenv v1.5.1 github.com/pressly/goose/v3 v3.27.0 - github.com/teslashibe/codegen-go v0.1.1 + github.com/teslashibe/codegen-go v0.2.0 github.com/teslashibe/elevenlabs-go v1.1.2 github.com/teslashibe/facebook-go v0.3.2 github.com/teslashibe/hn-go v0.3.2 @@ -16,14 +16,14 @@ require ( github.com/teslashibe/linkedin-go v1.2.3 github.com/teslashibe/magiclink-auth-go v0.2.0 github.com/teslashibe/mcptool v0.1.1 - github.com/teslashibe/nextdoor-go v1.2.1 + github.com/teslashibe/nextdoor-go v1.2.2 github.com/teslashibe/producthunt-go v0.3.3 github.com/teslashibe/reddit-go v1.2.3 - github.com/teslashibe/redditviral-go v0.2.0 + github.com/teslashibe/redditviral-go v0.2.1 github.com/teslashibe/threads-go v1.2.0 - github.com/teslashibe/tiktok-go v1.2.1 - github.com/teslashibe/x-go v1.6.1 - github.com/teslashibe/x-viral-go v0.2.0 + github.com/teslashibe/tiktok-go v1.2.3 + github.com/teslashibe/x-go v1.6.3 + github.com/teslashibe/x-viral-go v0.2.1 github.com/valyala/fasthttp v1.70.0 ) diff --git a/backend/go.sum b/backend/go.sum index e3d9c27..77149fd 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -73,6 +73,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/teslashibe/codegen-go v0.1.1 h1:kubDBOg5QaZurVGcm+WmKgRC6IuJhKTTDpKV5nmimf0= github.com/teslashibe/codegen-go v0.1.1/go.mod h1:MOw2rOI6r8Tp2oZMl6vpORD2zrQ7huPG5pBZk44M2K4= +github.com/teslashibe/codegen-go v0.2.0 h1:kPkY8QWUUv+2GBWqJtk0BLgJLXgW7IbCH5xjwnsoRvk= +github.com/teslashibe/codegen-go v0.2.0/go.mod h1:LQtSEc/tAFQCiaLc5Ib4uM+ITeMjAulLsot8n+btsjo= github.com/teslashibe/elevenlabs-go v1.1.2 h1:Ni4Mhw1ekjtmBcCik7JAtGwHya2oadsyBW1dpBWX0c0= github.com/teslashibe/elevenlabs-go v1.1.2/go.mod h1:10/cZ82ms2KyJEKb7pHMjjAy1UG+rXTQBIcz8aUPa6Y= github.com/teslashibe/facebook-go v0.3.2 h1:U35x/PvW2tXC6IhuCdviDHYVhQq4uiEy/e0aJyKyVe4= @@ -89,18 +91,28 @@ github.com/teslashibe/mcptool v0.1.1 h1:4G59LLmxSrJD3KErlFlN6g/q48/I0r0/ecVoB/PQ github.com/teslashibe/mcptool v0.1.1/go.mod h1:pEC1/efy4fCDr9NqvX1es+bdud7Q7qe2Uz2BR7ppTgA= github.com/teslashibe/nextdoor-go v1.2.1 h1:l8Tryt3O27Z7IYGUFgPK4kX1zSI2zV2wujzeMT+Yq1s= github.com/teslashibe/nextdoor-go v1.2.1/go.mod h1:BpuveQuCfD8aHzGu5ALz61tR9t0qpaAm6dKPVb5oMV8= +github.com/teslashibe/nextdoor-go v1.2.2 h1:goJUk58q/kZF7lV88BtQcGE7WyZLWLw9aNwggHnD6p0= +github.com/teslashibe/nextdoor-go v1.2.2/go.mod h1:BpuveQuCfD8aHzGu5ALz61tR9t0qpaAm6dKPVb5oMV8= github.com/teslashibe/producthunt-go v0.3.3 h1:tA22fVE4UhDyC3LT/RQZsRVBBtvPTunuKsfEwUO6Aqw= github.com/teslashibe/producthunt-go v0.3.3/go.mod h1:0fPheVn+XnA10m7smkMv2vHYPPmCl9JRMoQiTOxkBBw= github.com/teslashibe/redditviral-go v0.2.0 h1:Y2rdFU1RioPR0AgPolQjItGytyeT2AHs1a1/IBIBjvU= github.com/teslashibe/redditviral-go v0.2.0/go.mod h1:+W9P/ooqtFY34vRwjH7fZGBW0ehxuJA9GtvbcXGo1Aw= +github.com/teslashibe/redditviral-go v0.2.1 h1:RJ/hDCj5M0EIMLeluNgqSVAkn+R+cWDpnssCzOVG5rc= +github.com/teslashibe/redditviral-go v0.2.1/go.mod h1:+W9P/ooqtFY34vRwjH7fZGBW0ehxuJA9GtvbcXGo1Aw= github.com/teslashibe/threads-go v1.2.0 h1:ZVdjt3n5BpJYiCMKjYyxkck/Q3Hhlp/gqhk8DuD6cKM= github.com/teslashibe/threads-go v1.2.0/go.mod h1:Et38f/uB6+Fl9mPCmtg2mCrTj9dQ1+S+W/2jS+N1fsE= github.com/teslashibe/tiktok-go v1.2.1 h1:5SZJkU62Xf4KT3HKj2HwiMu5zKHAB8iRJwT4HkFIA50= github.com/teslashibe/tiktok-go v1.2.1/go.mod h1:17oKLmOGqltwNSlG6/vwwmdikEF9Ytf4yScTnr+TGLY= +github.com/teslashibe/tiktok-go v1.2.3 h1:VVdTN+5hVC3fydu+R+LSymAkvV2b3j+rOvvyw3kBW50= +github.com/teslashibe/tiktok-go v1.2.3/go.mod h1:17oKLmOGqltwNSlG6/vwwmdikEF9Ytf4yScTnr+TGLY= github.com/teslashibe/x-go v1.6.1 h1:KMrPlqossFw3h72GYpT9UiwXeGCpLG0HjDMM1vc9Ymw= github.com/teslashibe/x-go v1.6.1/go.mod h1:QeBENlTpoMMYK6Gek7oojYTj8gFtiGWsdz+Bv8IcT4I= +github.com/teslashibe/x-go v1.6.3 h1:tJZ34nV6F7xLRPSd0uk3Hz5b3GtTVXpq5uV7mr8bebU= +github.com/teslashibe/x-go v1.6.3/go.mod h1:QeBENlTpoMMYK6Gek7oojYTj8gFtiGWsdz+Bv8IcT4I= github.com/teslashibe/x-viral-go v0.2.0 h1:Lh5wKUwIFQPe0Ft/jIMWU/R95uPLw7jQomnL/xZjBj4= github.com/teslashibe/x-viral-go v0.2.0/go.mod h1:iXW1E/3I14q+XoqENuNhCbHLm6/2wLjgC54yp/mf70Y= +github.com/teslashibe/x-viral-go v0.2.1 h1:pVpW173xb+hVaEwWvmKdDDMnHJkmqdzbg5vH6PNtSH4= +github.com/teslashibe/x-viral-go v0.2.1/go.mod h1:iXW1E/3I14q+XoqENuNhCbHLm6/2wLjgC54yp/mf70Y= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=