diff options
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ 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 |