Skip to content

Commit

Permalink
bump socket.io to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Mar 3, 2024
1 parent 7c42f4c commit 9d165a7
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.2
github.com/LiterMC/socket.io v0.2.3
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 @@ -6,6 +6,8 @@ github.com/LiterMC/socket.io v0.2.1 h1:/h+/NgNn/OU8ynZZSbVOLLgPrZ7Ijml0CoLUAgOEJ
github.com/LiterMC/socket.io v0.2.1/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
github.com/LiterMC/socket.io v0.2.2 h1:dt1nzv3kNVbUzGnb7DqIZ+pomLn1sv2xJOks+DwQJLA=
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/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 9d165a7

Please sign in to comment.