From e6d974c3450c0eb8a817625ffe872c43a1cd603c Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Sat, 9 Nov 2024 16:40:58 -0800 Subject: [PATCH] go.mod: update PuerkitoBio/goquery to v1.9.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7a84c85..4ea7c9a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Pixep/crowlet go 1.14 require ( - github.com/PuerkitoBio/goquery v1.5.1 + github.com/PuerkitoBio/goquery v1.9.3 github.com/sirupsen/logrus v1.9.3 github.com/tcnksm/go-httpstat v0.1.1-0.20170410140047-fae40520f4ba github.com/urfave/cli v1.22.16