-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
commands analyze and status not working on windows 11
some commands are not working in windows, i do not know why but i think it has something to do with the location of some files, the app search for go.sum but can not find it when i run mole analyze
Steps to reproduce
- Run command:
mole - then choose Analyze
- see this error "Building analyze tool...
Failed to build analyze tool: cmd\analyze\main.go:19:2: missing go.sum entry for module providing package github.com/charmbracelet/bubbletea (imported by github.com/tw93/mole/windows/cmd/analyze); to add: go get github.com/tw93/mole/windows/cmd/analyze
Press any key to continue..."
Debug logs
mole analyze --debugSteps to reproduce
- Run command:
mole - then choose Status
- see this error "Failed to build status tool: cmd\status\main.go:16:2: missing go.sum entry for module providing package github.com/charmbracelet/bubbletea (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:17:2: missing go.sum entry for module providing package github.com/charmbracelet/lipgloss (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:18:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/cpu (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:19:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/disk (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:20:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/host (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:21:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/mem (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:22:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/net (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status cmd\status\main.go:23:2: missing go.sum entry for module providing package github.com/shirou/gopsutil/v3/process (imported by github.com/tw93/mole/windows/cmd/status); to add: go get github.com/tw93/mole/windows/cmd/status"
Debug logs
mole status --debugReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working