intergrated laplace to remotegameplay

This commit is contained in:
2021-07-24 23:21:22 +04:00
parent 8e33c63dbf
commit 90b3a076e0
23 changed files with 1836 additions and 189 deletions

7
go.mod
View File

@@ -1,5 +1,8 @@
module github.com/Akilan1999/remotegameplay
module laplace
go 1.16
require github.com/mxschmitt/playwright-go v0.1100.0
require (
github.com/gorilla/websocket v1.4.2
github.com/spf13/viper v1.8.1
)