Files
Remote-Gameplay/go.mod

9 lines
105 B
Modula-2

module laplace
go 1.16
require (
github.com/gorilla/websocket v1.4.2
github.com/spf13/viper v1.8.1
)