mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-12-24 12:15:31 +08:00
3
glc/go.mod
Normal file → Executable file
3
glc/go.mod
Normal file → Executable file
@@ -8,7 +8,7 @@ require (
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/gotoeasy/glang v0.21.4
|
||||
github.com/rabbitmq/amqp091-go v1.10.0
|
||||
github.com/shirou/gopsutil v3.21.11+incompatible
|
||||
github.com/shirou/gopsutil/v3 v3.24.5
|
||||
github.com/syndtr/goleveldb v1.0.0
|
||||
)
|
||||
|
||||
@@ -50,7 +50,6 @@ require (
|
||||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
||||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
||||
github.com/rs/xid v1.6.0 // indirect
|
||||
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
|
||||
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
||||
github.com/shopspring/decimal v1.4.0 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
||||
|
||||
2
glc/ldb/sysmnt/storage_data.go
Normal file → Executable file
2
glc/ldb/sysmnt/storage_data.go
Normal file → Executable file
@@ -12,7 +12,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/gotoeasy/glang/cmn"
|
||||
"github.com/shirou/gopsutil/disk"
|
||||
"github.com/shirou/gopsutil/v3/disk"
|
||||
)
|
||||
|
||||
type StorageResult struct {
|
||||
|
||||
Reference in New Issue
Block a user