From 65e483af375845ef38fbb2e713e030781cc10556 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 26 Jul 2024 16:26:26 -0300 Subject: go mod tidy --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index a0f8cfc..7429449 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3