fix: imports weren't added

This commit is contained in:
2025-03-12 13:41:35 +07:00
parent ec87f02976
commit a51a2e063d
3 changed files with 19 additions and 14 deletions

1
go.mod
View File

@@ -9,6 +9,5 @@ require github.com/dave/dst v0.27.3
require (
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/tools v0.31.0 // indirect
)