Skip to content

Commit

Permalink
bump socket io to v0.2.4
Browse files Browse the repository at this point in the history
fix socket will not connect in the first connection
  • Loading branch information
zyxkad committed Mar 3, 2024
1 parent a12aa9a commit 8aa1685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/LiterMC/go-openbmclapi
go 1.21.6

require (
github.com/LiterMC/socket.io v0.2.3
github.com/LiterMC/socket.io v0.2.4
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/hamba/avro/v2 v2.18.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/LiterMC/socket.io v0.2.2 h1:dt1nzv3kNVbUzGnb7DqIZ+pomLn1sv2xJOks+DwQJ
github.com/LiterMC/socket.io v0.2.2/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
github.com/LiterMC/socket.io v0.2.3 h1:NhmaMlbIvxQ6gMqA9LG23kFvMgWBNul5TjKSUVWsNoI=
github.com/LiterMC/socket.io v0.2.3/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
github.com/LiterMC/socket.io v0.2.4 h1:ycVw/soQQZDA57Lz029Sre/oeDbNMu/+eh5EIJxt/u4=
github.com/LiterMC/socket.io v0.2.4/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
Expand Down

0 comments on commit 8aa1685

Please sign in to comment.