campoy / embedmd

embedmd: embed code into markdown and keep everything in sync
Apache License 2.0
767 stars 62 forks source link

go mod tidy #66

Open blaggacao opened 3 years ago

blaggacao commented 3 years ago
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/embedmd@v1.0.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod