summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/matterclient/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/matterclient/go.mod')
-rw-r--r--vendor/github.com/matterbridge/matterclient/go.mod14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/matterbridge/matterclient/go.mod b/vendor/github.com/matterbridge/matterclient/go.mod
deleted file mode 100644
index 3e9e70bc..00000000
--- a/vendor/github.com/matterbridge/matterclient/go.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-module github.com/matterbridge/matterclient
-
-go 1.16
-
-require (
- github.com/gorilla/websocket v1.4.2
- github.com/hashicorp/golang-lru v0.5.4
- github.com/jpillora/backoff v1.0.0
- github.com/matterbridge/logrus-prefixed-formatter v0.5.3-0.20200523233437-d971309a77ba
- github.com/mattermost/mattermost-server/v6 v6.0.0
- github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
- github.com/sirupsen/logrus v1.8.1
- github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
-)