aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 11:55:40 +0300
committerGitHub <noreply@github.com>2022-05-01 11:55:40 +0300
commit3888ac0ead2866e6998751a25df53a2f12bb7911 (patch)
tree6c453093e28586654777da2be5122b353cb8749f /go.mod
parentc6abeb08768566dcdac5b9adb57207814472d8f5 (diff)
downloadradiorus-rss-3888ac0ead2866e6998751a25df53a2f12bb7911.tar.gz
radiorus-rss-3888ac0ead2866e6998751a25df53a2f12bb7911.zip
Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.8.0 (#12)
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.1...v1.8.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4b8393a..748ab72 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module evgenykuznetsov.org/go/radiorus-rss
require (
- github.com/PuerkitoBio/goquery v1.6.1
+ github.com/PuerkitoBio/goquery v1.8.0
github.com/gorilla/feeds v1.1.1
github.com/kr/pretty v0.2.1 // indirect
)