go mod tidy

This commit is contained in:
mappu 2023-04-09 11:14:41 +12:00
parent 082fb7552a
commit 92987735ae
1 changed files with 1 additions and 3 deletions

4
go.mod
View File

@ -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