diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-03-03 19:19:01 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-03-03 19:19:01 +0100 |
commit | 61f587cfc6f151570df169ae38158b6293aaddb8 (patch) | |
tree | 790dfd7292452564f52aad4f23ff0be6a31e46ee /go.sum | |
parent | hack: listen on all addresses for websocket clients (diff) |
add go-modules support and fix midi library API changetopic/x32-midi
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= +github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/scgolang/midi v0.5.0 h1:HsSMHIbgCAZlmjloOgRZeLQgBXi8eWXw3FZJzm3eEkE= +github.com/scgolang/midi v0.5.0/go.mod h1:ur2Ay6ad9oWPNFuGq4oQ6u75uZIjZfDdhozbGHnTcfQ= +github.com/spreadspace/telgo v0.0.0-20170609015223-7277b0d8090e h1:lhFaE8l5AfSEzH4OW+9BUAo+BuYLe21zuHwWX1YEZHw= +github.com/spreadspace/telgo v0.0.0-20170609015223-7277b0d8090e/go.mod h1:kvvhiAI5nvwI4SZrVH9vRa3MTjkcYm3tElmmh+bYuEI= |