-
- Downloads
Add slack utils to send formatted slack messages
... | ... | @@ -64,6 +64,7 @@ require ( |
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/hbollon/go-edlib v1.6.0 // indirect | ||
github.com/inconshreveable/log15 v3.0.0-testing.3+incompatible // indirect | ||
github.com/inconshreveable/log15/v3 v3.0.0-testing.5 // indirect | ||
... | ... | @@ -76,6 +77,7 @@ require ( |
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pborman/uuid v1.2.1 // indirect | ||
github.com/rivo/uniseg v0.1.0 // indirect | ||
github.com/slack-go/slack v0.15.0 // indirect | ||
github.com/smartystreets/goconvey v1.7.2 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
... | ... |
slack_utils/slack_utils.go
0 → 100644
Please register or sign in to comment