update all gopkg imports (#330)

This commit is contained in:
Mike Sawka
2024-09-05 14:25:45 -07:00
committed by GitHub
parent a5f563b52d
commit 8ad84fd78a
73 changed files with 270 additions and 270 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ import (
"github.com/shirou/gopsutil/v4/cpu"
"github.com/shirou/gopsutil/v4/mem"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/thenextwave/pkg/wshrpc/wshclient"
"github.com/wavetermdev/thenextwave/pkg/wshutil"
"github.com/wavetermdev/waveterm/pkg/wshrpc"
"github.com/wavetermdev/waveterm/pkg/wshrpc/wshclient"
"github.com/wavetermdev/waveterm/pkg/wshutil"
)
func getCpuData(values map[string]float64) {
+3 -3
View File
@@ -15,9 +15,9 @@ import (
"path/filepath"
"strings"
"github.com/wavetermdev/thenextwave/pkg/util/utilfn"
"github.com/wavetermdev/thenextwave/pkg/wavebase"
"github.com/wavetermdev/thenextwave/pkg/wshrpc"
"github.com/wavetermdev/waveterm/pkg/util/utilfn"
"github.com/wavetermdev/waveterm/pkg/wavebase"
"github.com/wavetermdev/waveterm/pkg/wshrpc"
)
const MaxFileSize = 50 * 1024 * 1024 // 10M