ran go mod tidy

This commit is contained in:
2026-05-31 16:59:27 -05:00
parent 47c767f9e8
commit cc20c8e34b
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ module scratchbox
go 1.25.4
require (
golang.org/x/time v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)