Skip to content

Commit 46423e1

Browse files
committed
bump socketio to v0.2.2
1 parent af49267 commit 46423e1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/LiterMC/go-openbmclapi
33
go 1.21.6
44

55
require (
6-
github.com/LiterMC/socket.io v0.2.1
6+
github.com/LiterMC/socket.io v0.2.2
77
github.com/golang-jwt/jwt/v5 v5.2.0
88
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
99
github.com/hamba/avro/v2 v2.18.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/LiterMC/socket.io v0.2.0 h1:vmQcHwOgc1fhp2cJ/UTrwSyfGIVuvVDMKuhY4jWah
44
github.com/LiterMC/socket.io v0.2.0/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
55
github.com/LiterMC/socket.io v0.2.1 h1:/h+/NgNn/OU8ynZZSbVOLLgPrZ7Ijml0CoLUAgOEJmE=
66
github.com/LiterMC/socket.io v0.2.1/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
7+
github.com/LiterMC/socket.io v0.2.2 h1:dt1nzv3kNVbUzGnb7DqIZ+pomLn1sv2xJOks+DwQJLA=
8+
github.com/LiterMC/socket.io v0.2.2/go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY=
79
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
810
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
911
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func main() {
101101

102102
var (
103103
dumpCmdFile = filepath.Join(os.TempDir(), fmt.Sprintf("go-openbmclapi-dump-command.%d.in", os.Getpid()))
104-
dumpCmdFd *os.File
104+
dumpCmdFd *os.File
105105
)
106106
if config.Advanced.DebugLog {
107107
var err error

0 commit comments

Comments
 (0)