From b8da684e83700678190a27a7958b09d6d66269bb Mon Sep 17 00:00:00 2001 From: Miroslav Vasilev Date: Fri, 20 Jun 2025 16:28:53 +0300 Subject: [PATCH] go mod tidy --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b6b4d65..b53fd4e 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,9 @@ module code.haedhutner.dev/mvv/LastMUD go 1.24.4 -require github.com/google/uuid v1.6.0 - require ( - golang.org/x/sys v0.33.0 // indirect - golang.org/x/term v0.32.0 // indirect + github.com/google/uuid v1.6.0 + golang.org/x/term v0.32.0 ) + +require golang.org/x/sys v0.33.0 // indirect