diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-04-24 18:57:38 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-04-24 18:57:38 +0200 |
commit | 185a1b8a0e85d695b2e9eb91fa7cc82743f9c583 (patch) | |
tree | 1f8f6a9da019cf011b50ec5ab7f0c3142b5e2d57 /go.mod | |
parent | 79d3c2bfd95c5cb0ac6e4a3f97156161d792c676 (diff) | |
download | feed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.tar.gz feed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.tar.bz2 feed2imap-go-185a1b8a0e85d695b2e9eb91fa7cc82743f9c583.zip |
Update mapstructure to 1.5.0
Closes #72
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |