fix 修改说明,添加hytop-wrapper
Showing
Done.md
deleted
100644 → 0
cmd/hytop-wrapper/hytop
0 → 100755
File added
cmd/hytop-wrapper/main.go
0 → 100644
| ... | @@ -9,12 +9,15 @@ require ( | ... | @@ -9,12 +9,15 @@ require ( |
| github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e | github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e | ||
| github.com/moby/moby/api v1.52.0-beta.2 | github.com/moby/moby/api v1.52.0-beta.2 | ||
| github.com/moby/moby/client v0.1.0-beta.2 | github.com/moby/moby/client v0.1.0-beta.2 | ||
| github.com/pkg/sftp v1.13.10 | |||
| github.com/pquerna/otp v1.5.0 | github.com/pquerna/otp v1.5.0 | ||
| github.com/samber/mo v1.16.0 | github.com/samber/mo v1.16.0 | ||
| github.com/shirou/gopsutil/v3 v3.24.5 | github.com/shirou/gopsutil/v3 v3.24.5 | ||
| github.com/shirou/gopsutil/v4 v4.25.9 | github.com/shirou/gopsutil/v4 v4.25.9 | ||
| github.com/spf13/viper v1.21.0 | github.com/spf13/viper v1.21.0 | ||
| github.com/swaggo/swag v1.16.6 | github.com/swaggo/swag v1.16.6 | ||
| golang.org/x/crypto v0.46.0 | |||
| golang.org/x/term v0.38.0 | |||
| ) | ) | ||
| require ( | require ( | ||
| ... | @@ -44,6 +47,7 @@ require ( | ... | @@ -44,6 +47,7 @@ require ( |
| github.com/goccy/go-yaml v1.18.0 // indirect | github.com/goccy/go-yaml v1.18.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/kr/fs v0.1.0 // indirect | |||
| github.com/leodido/go-urn v1.4.0 // indirect | github.com/leodido/go-urn v1.4.0 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| ... | @@ -64,7 +68,6 @@ require ( | ... | @@ -64,7 +68,6 @@ require ( |
| go.uber.org/mock v0.5.0 // indirect | go.uber.org/mock v0.5.0 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/arch v0.20.0 // indirect | golang.org/x/arch v0.20.0 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | |||
| golang.org/x/mod v0.31.0 // indirect | golang.org/x/mod v0.31.0 // indirect | ||
| golang.org/x/net v0.48.0 // indirect | golang.org/x/net v0.48.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | golang.org/x/sync v0.19.0 // indirect | ||
| ... | ... |
Please register or sign in to comment