update CREDITS with new deps (#222)

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Harshavardhana
2020-08-02 12:29:58 -07:00
committed by GitHub
parent 7ff009ec43
commit d98b70f0ca
9 changed files with 4673 additions and 1894 deletions

View File

@@ -71,7 +71,7 @@ func TestWatch(t *testing.T) {
// mocking sending 5 lines of info
for range lines {
info := []mc.EventInfo{
mc.EventInfo{
{
UserAgent: textToReceive,
},
}
@@ -134,7 +134,7 @@ func TestWatch(t *testing.T) {
// mocking sending 5 lines of info
for range lines {
info := []mc.EventInfo{
mc.EventInfo{
{
UserAgent: textToReceive,
},
}
@@ -177,7 +177,7 @@ func TestWatch(t *testing.T) {
// mocking sending 5 lines of info
for range lines {
info := []mc.EventInfo{
mc.EventInfo{
{
UserAgent: textToReceive,
},
}