From 431102812ccd22a95ad6581ffaba32e09b065107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:08:00 +0000 Subject: [PATCH] chore(deps)(deps): bump the mcp-scrapers group across 1 directory with 8 updates Bumps the mcp-scrapers group with 8 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/linkedin-go](https://github.com/teslashibe/linkedin-go) | `1.2.3` | `1.5.0` | | [github.com/teslashibe/nextdoor-go](https://github.com/teslashibe/nextdoor-go) | `1.2.1` | `1.2.2` | | [github.com/teslashibe/reddit-go](https://github.com/teslashibe/reddit-go) | `1.2.3` | `1.3.0` | | [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/linkedin-go` from 1.2.3 to 1.5.0 - [Release notes](https://github.com/teslashibe/linkedin-go/releases) - [Commits](https://github.com/teslashibe/linkedin-go/compare/v1.2.3...v1.5.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/reddit-go` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/teslashibe/reddit-go/releases) - [Commits](https://github.com/teslashibe/reddit-go/compare/v1.2.3...v1.3.0) 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/linkedin-go dependency-version: 1.5.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/reddit-go dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 16 ++++++++-------- backend/go.sum | 32 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index b377154..df01f5c 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -8,22 +8,22 @@ 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 github.com/teslashibe/instagram-go v1.2.2 - github.com/teslashibe/linkedin-go v1.2.3 + github.com/teslashibe/linkedin-go v1.5.0 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/reddit-go v1.3.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 538c74f..2e4003f 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -71,8 +71,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= 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/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= @@ -81,28 +81,28 @@ github.com/teslashibe/hn-go v0.3.2 h1:O3qRgHginlyYPxs8Gm36+fuBUi6qum0hdsf6NR/PlM github.com/teslashibe/hn-go v0.3.2/go.mod h1:Lfm1BayRXEySLH60ctxaTnrfwvIdc6vwLN0mDyrpeAI= github.com/teslashibe/instagram-go v1.2.2 h1:775QgEXMKrt1Ux39TxhdfzmLwQylRhKaSMBZO0+4JzQ= github.com/teslashibe/instagram-go v1.2.2/go.mod h1:POGZkEDAU7ErLUcxbKFAd7FYISRAAWuJHNNO3pSqbZE= -github.com/teslashibe/linkedin-go v1.2.3 h1:uA41WwKhSgMZMT/MCUpl8QlLY2tsVSu633gtcwmaWgU= -github.com/teslashibe/linkedin-go v1.2.3/go.mod h1:X2Z7WYYzBAZXCYlJucyHz2rthFDlxKcoMIDrUWW/Oeg= +github.com/teslashibe/linkedin-go v1.5.0 h1:MHKuOYoOr7Oagt4DGQK1eR2ukPDbP/fcuNvWp4dGOSk= +github.com/teslashibe/linkedin-go v1.5.0/go.mod h1:X2Z7WYYzBAZXCYlJucyHz2rthFDlxKcoMIDrUWW/Oeg= github.com/teslashibe/magiclink-auth-go v0.2.0 h1:qx9L7hWuv+w1abkaeByyg5sRinh/FYXFcikf8NzjGwI= github.com/teslashibe/magiclink-auth-go v0.2.0/go.mod h1:R4DYGfbuFd7R3BRHOyre+TRIRQdCHGeK4j1Be4Odxao= github.com/teslashibe/mcptool v0.1.1 h1:4G59LLmxSrJD3KErlFlN6g/q48/I0r0/ecVoB/PQ7eM= 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/reddit-go v1.2.3 h1:DRpXhRbNblPl6kqTD8LuN+UO+I46eXcvp6mXHXBCbSI= -github.com/teslashibe/reddit-go v1.2.3/go.mod h1:Mxq5g2H6mkZkLKtgimo5gsKpl0pTI600YvCzumUR+3I= -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/reddit-go v1.3.0 h1:HP6ysZHvEO67TWbuJ7b0a9KspPfCipcKsNIO5mBCtbI= +github.com/teslashibe/reddit-go v1.3.0/go.mod h1:Mxq5g2H6mkZkLKtgimo5gsKpl0pTI600YvCzumUR+3I= +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/x-go v1.6.1 h1:KMrPlqossFw3h72GYpT9UiwXeGCpLG0HjDMM1vc9Ymw= -github.com/teslashibe/x-go v1.6.1/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/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.3 h1:tJZ34nV6F7xLRPSd0uk3Hz5b3GtTVXpq5uV7mr8bebU= +github.com/teslashibe/x-go v1.6.3/go.mod h1:QeBENlTpoMMYK6Gek7oojYTj8gFtiGWsdz+Bv8IcT4I= +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=