3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Socket/go.mod
2022-08-12 21:08:47 +02:00

10 lines
297 B
Modula-2
Executable file

module github.com/ParadoxPixel/ThemePark-Websocket
go 1.15
require (
github.com/Mindgamesnl/socketio v0.0.0-20201021200304-eb1420bb2fbc
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect
)