diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-02 00:32:29 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-02 23:10:40 +0200 |
commit | 97d4fb607f5b4de1319bf20dae03b29e14010404 (patch) | |
tree | 75dda9f9b82b993ef56fabad22ef33c40200ba43 /go.mod | |
parent | b1a945923923df1cfa802672181ea2d1c4fca66e (diff) | |
download | feed2imap-go-97d4fb607f5b4de1319bf20dae03b29e14010404.tar.gz feed2imap-go-97d4fb607f5b4de1319bf20dae03b29e14010404.tar.bz2 feed2imap-go-97d4fb607f5b4de1319bf20dae03b29e14010404.zip |
Upgrade yaml.v3 dependency
This breaks null handling, due to this commit:
https://github.com/go-yaml/yaml/commit/c8046fb8b3d403e9f4565c3ad668393eb4344da6
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/mmcdole/gofeed v1.1.3 github.com/nightlyone/lockfile v1.0.0 golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b ) replace ( |