aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-07 22:04:27 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-07 22:04:27 +0200
commite02e1c6afda26554d2cd5bcb386a0cf582f973bf (patch)
tree07f629789cc037f2fdb37de83785e5c672d77d0e /go.mod
parentdeb47998900a3b9caea4f1d36eaecfe3aba31e3d (diff)
downloadfeed2imap-go-e02e1c6afda26554d2cd5bcb386a0cf582f973bf.tar.gz
feed2imap-go-e02e1c6afda26554d2cd5bcb386a0cf582f973bf.tar.bz2
feed2imap-go-e02e1c6afda26554d2cd5bcb386a0cf582f973bf.zip
Better detection if a text starts with html or not
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 0ff1224..1d1041d 100644
--- a/go.mod
+++ b/go.mod
@@ -11,6 +11,6 @@ require (
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/mmcdole/gofeed v1.0.0-beta2.0.20200331235650-4298e4366be3
- golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
+ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
fe37a12e&follow=1'>add application icon and desktop filenecoro1-2/+2 2007-04-24add application icon and desktop filenecoro7-4/+25 2007-04-24moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro8-5/+2538 2007-04-24moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro5-1191/+0 2007-04-24moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro1-1340/+0 2007-04-24added dialogs to warn you when the queue is running on quitting portatonecoro8-214/+267 2007-04-20Made qt plugin-ready; lots of documentationnecoro15-81/+351 2007-04-18nomsgnecoro1-1/+0 2007-04-18finished Qt-Frontendnecoro5-15/+117 2007-04-17marking installed packages in pkglistnecoro5-14/+50 2007-04-16added ebuild window for Qt-Frontendnecoro4-2/+229 2007-04-16added preferences for Qt-Frontendnecoro9-279/+710 2007-04-13Improved masking display and made most of the Qt-Frontend worknecoro7-35/+334 2007-04-10Some more functionality for the Qt-Frontend (complete emerge)necoro8-217/+347 2007-04-07Some more functionality for the Qt-Frontendnecoro11-88/+463 2007-04-07Added Qt-Terminalnecoro4-4/+213 2007-04-06First qt draftnecoro6-1/+796 2007-04-04showed masked packages unmasked by the user similar to stable marked testing ...necoro5-13/+40 2007-03-31changed changelognecoro1-1/+2 2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2 2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3 2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13 2007-03-31Allowed Plugins to have a menunecoro7-201/+315 2007-03-15Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264