connected remotegameprivate and backend

This commit is contained in:
2023-02-24 15:41:40 +00:00
parent 574317d286
commit 0fadadee2d
24 changed files with 2101 additions and 151 deletions

6
go.mod
View File

@@ -7,7 +7,13 @@ replace github.com/Akilan1999/p2p-rendering-computation => /Users/akilan/Documen
require (
github.com/Akilan1999/p2p-rendering-computation v0.0.0-00010101000000-000000000000
github.com/fatedier/frp v0.47.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/kataras/go-mailer v0.1.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
github.com/spf13/viper v1.8.1
github.com/valyala/bytebufferpool v1.0.0 // indirect
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.24.5
)