Skip to content

Commit

Permalink
This was a fix to the atlona 5x2 - updated wspool package (#75)
Browse files Browse the repository at this point in the history
* changes to the altona, bugfix: websocket having issues overnight

* Fixes to key digital

* bug fixes in keydigital, added logging and updated connpool version

* change to the wiring picture

* atlona 5x2 changes
  • Loading branch information
mjsmith3 committed Mar 30, 2020
1 parent bc72cb4 commit 89411f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/atlona/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/byuoitav/drivers/atlona6x2

require (
github.com/byuoitav/atlona-driver v1.4.3
github.com/byuoitav/atlona-driver v1.5.3
github.com/byuoitav/av-control-api v0.3.6
github.com/byuoitav/common v0.0.0-20191210190714-e9b411b3cc0d // indirect
github.com/fatih/color v1.9.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions drivers/atlona/go.sum
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/byuoitav/atlona-driver v1.4.3 h1:xBeEu3xIxGnnmf+5KL3ZJygakO2IuL3CBwRzRMEbTss=
github.com/byuoitav/atlona-driver v1.4.3/go.mod h1:GLlUbcTMklgAk+8QA0MqQSUnpm8fAxOi/u5xLLXaXJs=
github.com/byuoitav/atlona-driver v1.5.3 h1:sbHfcEjgZa3diSehEMwFABIx+4M8J5Cc+9mV3O58uRU=
github.com/byuoitav/atlona-driver v1.5.3/go.mod h1:xVwrFRKhanblAZJ4cPe4gDtL6b5wO2lJqp6bl+qPMeE=
github.com/byuoitav/atlona-switcher-microservice v0.0.0-20191126173619-b128fd301655/go.mod h1:ExUW9dnW/M+r88tpEarzK13TQf0j/S/w3hVY8rF8QVs=
github.com/byuoitav/av-control-api v0.3.6 h1:fvi1CFhBZMAhrx4xoqDYl9KEXsiQjiersjFFViFbx5k=
github.com/byuoitav/av-control-api v0.3.6/go.mod h1:MqT7iIWtz6Wv7fcVUX9P9bA1B+FttJrE9k9lMkLgl7k=
github.com/byuoitav/common v0.0.0-20191009134525-e6882d6c07f5/go.mod h1:YTDTFEmez7HU3oyCIWjU3RfQ/P6v24LEzH5YUebph7I=
github.com/byuoitav/common v0.0.0-20191210190714-e9b411b3cc0d h1:F3/vBL2hw+zjCm78sWss6eCozj5IopBzN2bIHvKj2hw=
github.com/byuoitav/common v0.0.0-20191210190714-e9b411b3cc0d/go.mod h1:YTDTFEmez7HU3oyCIWjU3RfQ/P6v24LEzH5YUebph7I=
github.com/byuoitav/endpoint-authorization-controller v0.0.0-20190306172901-dd51e868d6df/go.mod h1:CQ4byB9NvP3rx434/7W2Rqm55p3o9J0Mv081B9dBTns=
github.com/byuoitav/wspool v0.0.2 h1:z5pZdWaDLBw4DWIhRwGoMcefF091m1qI0JXXC+dnp88=
github.com/byuoitav/wspool v0.0.2/go.mod h1:X5fAYVDvdxfAVBULIlTAqlsTXz/AKG7InOtrM7q5xso=
github.com/byuoitav/wspool v0.1.0 h1:JuONUF8lKTNP82liKV2vvIpuSmJtl8VBVphswKfrRwY=
github.com/byuoitav/wspool v0.1.0/go.mod h1:X5fAYVDvdxfAVBULIlTAqlsTXz/AKG7InOtrM7q5xso=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down

0 comments on commit 89411f8

Please sign in to comment.