diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module euandre.org/wscat + +go 1.21.5 + +require github.com/gorilla/websocket v1.5.1 +require golang.org/x/net v0.17.0 // indirect +require euandre.org/gobang v0.1.0 +replace euandre.org/gobang => ../gobang |