embedmd icon indicating copy to clipboard operation
embedmd copied to clipboard

go mod tidy

Open blaggacao opened this issue 5 years ago • 0 comments

https://patch-diff.githubusercontent.com/raw/campoy/embedmd/pull/66.patch

Without specifically declaring the dependency, I got the following error in my build system (which does not assume anything).

go: inconsistent vendoring in /build/source:
        github.com/campoy/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

blaggacao avatar Nov 01 '20 23:11 blaggacao