File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/LiterMC/go-openbmclapi
3
3
go 1.21.6
4
4
5
5
require (
6
- github.com/LiterMC/socket.io v0.2.1
6
+ github.com/LiterMC/socket.io v0.2.2
7
7
github.com/golang-jwt/jwt/v5 v5.2.0
8
8
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
9
9
github.com/hamba/avro/v2 v2.18.0
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/LiterMC/socket.io v0.2.0 h1:vmQcHwOgc1fhp2cJ/UTrwSyfGIVuvVDMKuhY4jWah
4
4
github.com/LiterMC/socket.io v0.2.0 /go.mod h1:MqUeyAZQgqD8PrRPIS3h+mV63xRa4rJw6uZohSvc8NY =
5
5
github.com/LiterMC/socket.io v0.2.1 h1:/h+/NgNn/OU8ynZZSbVOLLgPrZ7Ijml0CoLUAgOEJmE =
6
6
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 =
7
9
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow =
8
10
github.com/VividCortex/ewma v1.2.0 /go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4 =
9
11
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8 =
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func main() {
101
101
102
102
var (
103
103
dumpCmdFile = filepath .Join (os .TempDir (), fmt .Sprintf ("go-openbmclapi-dump-command.%d.in" , os .Getpid ()))
104
- dumpCmdFd * os.File
104
+ dumpCmdFd * os.File
105
105
)
106
106
if config .Advanced .DebugLog {
107
107
var err error
You can’t perform that action at this time.
0 commit comments