aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:57:38 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:57:38 +0200
commit185a1b8a0e85d695b2e9eb91fa7cc82743f9c583 (patch)
tree1f8f6a9da019cf011b50ec5ab7f0c3142b5e2d57 /go.mod
parent79d3c2bfd95c5cb0ac6e4a3f97156161d792c676 (diff)
downloadfeed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.tar.gz
feed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.tar.bz2
feed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.zip
Update mapstructure to 1.5.0
Closes #72
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 01cc602..d7aad2a 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/gabriel-vasile/mimetype v1.4.0
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.3.0
- github.com/mitchellh/mapstructure v1.4.3
+ github.com/mitchellh/mapstructure v1.5.0
github.com/nightlyone/lockfile v1.0.0
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b