fixed configuration
This commit is contained in:
7
go.mod
7
go.mod
@@ -2,9 +2,12 @@ module github.com/Akilan1999/remotegameplay
|
||||
|
||||
go 1.16
|
||||
|
||||
replace github.com/Akilan1999/p2p-rendering-computation => /Users/akilan/Documents/p2p-rendering-computation
|
||||
|
||||
require (
|
||||
github.com/fatedier/frp v0.47.0
|
||||
github.com/Akilan1999/p2p-rendering-computation v0.0.0-00010101000000-000000000000
|
||||
github.com/fatedier/frp v0.47.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
||||
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
|
||||
github.com/spf13/viper v1.8.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user