Files
Remote-Gameplay/go.mod
2023-02-24 22:47:15 +00:00

20 lines
659 B
Modula-2

module github.com/Akilan1999/remotegameplay
go 1.16
//replace github.com/Akilan1999/p2p-rendering-computation => /Users/akilan/Documents/p2p-rendering-computation
require (
github.com/Akilan1999/p2p-rendering-computation v1.1.1-0.20230224224231-6161b0afa323
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
)