deps upgrade

This commit is contained in:
yusing
2025-03-01 16:31:11 +08:00
parent 98d0c9a4f6
commit 0a348278ca
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/prometheus/client_golang v1.21.0 // metrics
github.com/puzpuzpuz/xsync/v3 v3.5.1 // lock free map for concurrent operations
github.com/rs/zerolog v1.33.0 // logging
github.com/shirou/gopsutil/v4 v4.25.1 // system info metrics
github.com/shirou/gopsutil/v4 v4.25.2 // system info metrics
github.com/vincent-petithory/dataurl v1.0.0 // data url for fav icon
golang.org/x/crypto v0.35.0 // encrypting password with bcrypt
golang.org/x/net v0.35.0 // HTTP header utilities