blob: 3e9e70bceead8d927f3c52f69e555c2c8e3c0493 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
)
|