downgrade gopsutil to fix freebsd bug (#1083)

This commit is contained in:
henrygd
2025-08-26 18:40:32 -04:00
parent b13915b76f
commit e49bfaf5d7
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ require (
github.com/nicholas-fedor/shoutrrr v0.8.17
github.com/pocketbase/dbx v1.11.0
github.com/pocketbase/pocketbase v0.29.3
github.com/shirou/gopsutil/v4 v4.25.7
github.com/shirou/gopsutil/v4 v4.25.6
github.com/spf13/cast v1.9.2
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.11.0