From 3bb011d9c7c238e87006bf659f7746bbd696569d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 22 Jan 2023 23:20:52 +0100 Subject: Upgrade dependencies. Closes #80. --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 03dd157..f811b19 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Necoro/gofeed v1.1.4-0.20220610221635-927ee67be36d github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef github.com/PuerkitoBio/goquery v1.8.0 - github.com/antonmedv/expr v1.9.0 + github.com/antonmedv/expr v1.10.3 github.com/emersion/go-imap v1.2.1 github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.16.0 @@ -16,7 +16,7 @@ require ( github.com/google/uuid v1.3.0 github.com/mitchellh/mapstructure v1.5.0 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e + golang.org/x/net v0.5.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -33,5 +33,5 @@ require ( github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/text v0.6.0 // indirect ) -- cgit v1.2.3