mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
18 lines
314 B
TOML
18 lines
314 B
TOML
ignored = ["github.com/lusis/slack-test"]
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/websocket"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|