6
0
mirror of https://git.mills.io/prologic/msgbus.git synced 2024-06-25 16:28:57 +00:00
prologic-msgbus/go.mod
2021-07-13 07:57:54 +10:00

16 lines
540 B
Modula-2

module git.mills.io/prologic/msgbus
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/gorilla/websocket v1.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/mitchellh/go-homedir v1.0.0
github.com/mmcloughlin/professor v0.0.0-20170922221822-6b97112ab8b3
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.2.2
)