uses scrapemate v0.5.2

This commit is contained in:
Giorgos Komninos
2023-09-08 20:57:04 +03:00
parent f09017d459
commit 27ef055f79
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/google/uuid v1.3.0
github.com/gosom/scrapemate v0.5.1
github.com/gosom/scrapemate v0.5.2
github.com/jackc/pgx/v5 v5.3.1
github.com/playwright-community/playwright-go v0.2000.1
github.com/stretchr/testify v1.8.1
@@ -38,4 +38,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/gosom/scrapemate v0.5.1 => ../scrapemate
//replace github.com/gosom/scrapemate v0.5.2 => ../scrapemate
+2
View File
@@ -30,6 +30,8 @@ github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gosom/kit v0.0.0-20230309082109-543b32ac686a h1:5tcB33GTXm0pFUiEFpmE91tMsHQj+I+W7zubT8J/ugI=
github.com/gosom/kit v0.0.0-20230309082109-543b32ac686a/go.mod h1:ngnWSsuBEpCA5Y43kZRa3x8RBYZZ4LDtvZHO4N5dHZ0=
github.com/gosom/scrapemate v0.5.2 h1:Hfk9YoY0U5fiQD09seE0LaIKRsFq3afI8lnSeSxEMXM=
github.com/gosom/scrapemate v0.5.2/go.mod h1:GMka6KvSZlOiY+9f21cwNgvgawMHjVANZ2uGsGtz2Ak=
github.com/h2non/filetype v1.1.1/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=