11 lines
230 B
Modula-2
11 lines
230 B
Modula-2
module github.com/Akilan1999/remotegameplay
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fatedier/frp v0.47.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
|
github.com/spf13/viper v1.8.1
|
|
)
|