From 21b61ddf83bab4e7c4061618e4bc36916d043ce3 Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Sat, 9 Nov 2024 17:02:07 -0800 Subject: [PATCH] go.mod: update tcnksm/go-httpstat to latest revision --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4ea7c9a..d1d5f44 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( 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/tcnksm/go-httpstat v0.2.1-0.20191008022543-e866bb274419 github.com/urfave/cli v1.22.16 github.com/yterajima/go-sitemap v0.4.0 )