aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-11-01 14:40:39 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-11-01 14:40:39 +0100
commitfaf86ceacbfc6cf42afc8ad04aa5883228e8ba50 (patch)
tree005bc79aadc59705b0b17276de6de42a860d4cf2 /go.mod
parent5c98a91767e86e4f89d2a8afb88f60ffbc5fe417 (diff)
downloadfeed2imap-go-faf86ceacbfc6cf42afc8ad04aa5883228e8ba50.tar.gz
feed2imap-go-faf86ceacbfc6cf42afc8ad04aa5883228e8ba50.tar.bz2
feed2imap-go-faf86ceacbfc6cf42afc8ad04aa5883228e8ba50.zip
Squashed commit of the following:
commit 3ae9cbe1ec50af338576ed0c67fead8917aa30b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Oct 29 20:02:17 2021 +0000 Bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 11fabca..4e6ee59 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.17
require (
github.com/Necoro/gofeed v1.1.4-0.20211029114605-b1a032d3e32f
github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef
- github.com/PuerkitoBio/goquery v1.7.1
+ github.com/PuerkitoBio/goquery v1.8.0
github.com/antonmedv/expr v1.9.0
github.com/emersion/go-imap v1.2.0
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
@@ -14,12 +14,12 @@ require (
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.3.0
github.com/nightlyone/lockfile v1.0.0
- golang.org/x/net v0.0.0-20210614182718-04defd469f4e
+ golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
- github.com/andybalholm/cascadia v1.2.0 // indirect
+ github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/json-iterator/go v1.1.10 // indirect