fix build error, replace path with filepath, and small fixes

This commit is contained in:
Zoe
2025-05-23 15:39:14 +00:00
parent e858308421
commit e1f58e8aaf
4 changed files with 50 additions and 15 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
)
require github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
require github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
require (
github.com/BurntSushi/toml v1.5.0