summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorWim <wim@42.be>2023-03-11 23:10:41 +0100
committerGitHub <noreply@github.com>2023-03-11 23:10:41 +0100
commitc2b8e298d8c0a15a0e6489b658efe58030a18164 (patch)
treeb990b42b8cb646706eee6a280c3ecc22a1893682 /go.mod
parent0917e173831e20f54fe08b1bb6442a0fdeb07776 (diff)
downloadmatterbridge-msglm-c2b8e298d8c0a15a0e6489b658efe58030a18164.tar.gz
matterbridge-msglm-c2b8e298d8c0a15a0e6489b658efe58030a18164.tar.bz2
matterbridge-msglm-c2b8e298d8c0a15a0e6489b658efe58030a18164.zip
Add extra error checking for fileinfo (api) (#2015)
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 e2379e41..91adf773 100644
--- a/go.mod
+++ b/go.mod
@@ -33,6 +33,7 @@ require (
github.com/mattermost/mattermost-server/v6 v6.7.2
github.com/mattn/godown v0.0.1
github.com/mdp/qrterminal v1.0.1
+ github.com/mitchellh/mapstructure v1.5.0
github.com/nelsonken/gomf v0.0.0-20190423072027-c65cc0469e94
github.com/olahol/melody v1.1.2
github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c
@@ -96,7 +97,6 @@ require (
github.com/minio/minio-go/v7 v7.0.24 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
- github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/monaco-io/request v1.0.5 // indirect