go mod tidy

This commit is contained in:
Elijah Duffy
2025-06-12 17:50:48 -07:00
parent 257d985d0a
commit d4cd3c7d40
2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@@ -10,5 +10,5 @@ require (
require (
github.com/samber/lo v1.49.1 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/text v0.25.0 // indirect
)