From 185a1b8a0e85d695b2e9eb91fa7cc82743f9c583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 24 Apr 2022 18:57:38 +0200 Subject: Update mapstructure to 1.5.0 Closes #72 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3