From 92987735aed0e35a0767d2a76706b95a85e57aeb Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 9 Apr 2023 11:14:41 +1200 Subject: [PATCH] go mod tidy --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8efece7..520b56f 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,4 @@ module code.ivysaur.me/llamacpphtmld go 1.19 -require ( - github.com/google/uuid v1.3.0 // indirect -) +require github.com/google/uuid v1.3.0