changed int16 to uint16 to go with the official spec
This commit is contained in:
parent
972e41e92d
commit
c8235962f5
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -2,4 +2,4 @@ module git.cheetah.cat/tetrapack/go-zello-client
|
||||||
|
|
||||||
go 1.21.1
|
go 1.21.1
|
||||||
|
|
||||||
require github.com/gorilla/websocket v1.5.3 // indirect
|
require github.com/gorilla/websocket v1.5.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue