Skip to content

Issue: Missing go.sum Entry on Import #3

@AlexsanderHamir

Description

@AlexsanderHamir

Context

When importing the GoFlow package, Go displays a missing go.sum entry error related to a package from IdleSpy.
This is resolved automatically by clicking the quick fix or manually running the suggested go get command — but ideally, it shouldn't be necessary.

Error Message

error while importing github.com/AlexsanderHamir/GoFlow/pkg/simulator: 
missing go.sum entry for module providing package github.com/AlexsanderHamir/IdleSpy/tracker 
(imported by github.com/AlexsanderHamir/GoFlow/pkg/simulator); to add:
    go get github.com/AlexsanderHamir/GoFlow/pkg/simulator@v1.0.3

Notes

The IdleSpy module (at the specified version) does include the tracker package, and GoFlow correctly lists IdleSpy in both its go.mod and go.sum files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions