Skip to content

Commit

Permalink
Merge pull request #16 from kelein/dependabot/go_modules/github.com/P…
Browse files Browse the repository at this point in the history
…uerkitoBio/goquery-1.9.1

Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1
  • Loading branch information
kelein authored Mar 2, 2024
2 parents 9aaab8c + 47f2d4b commit b8be1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kelein/httpd_exporter
go 1.18

require (
github.com/PuerkitoBio/goquery v1.9.0
github.com/PuerkitoBio/goquery v1.9.1
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/log v0.0.0-20151026012452-9a3136781e1f
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/PuerkitoBio/goquery v1.9.0 h1:zgjKkdpRY9T97Q5DCtcXwfqkcylSFIVCocZmn2huTp8=
github.com/PuerkitoBio/goquery v1.9.0/go.mod h1:cW1n6TmIMDoORQU5IU/P1T3tGFunOeXEpGP2WHRwkbY=
github.com/PuerkitoBio/goquery v1.9.1 h1:mTL6XjbJTZdpfL+Gwl5U2h1l9yEkJjhmlTeV9VPW7UI=
github.com/PuerkitoBio/goquery v1.9.1/go.mod h1:cW1n6TmIMDoORQU5IU/P1T3tGFunOeXEpGP2WHRwkbY=
github.com/Sirupsen/logrus v1.0.4 h1:yilvuj073Hm7wwwz12E96GjrdivMNuTMJk9ddjde+D8=
github.com/Sirupsen/logrus v1.0.4/go.mod h1:rmk17hk6i8ZSAJkSDa7nOxamrG+SP4P0mm+DAvExv4U=
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
Expand Down

0 comments on commit b8be1ce

Please sign in to comment.