testeranto
Version:
the AI powered BDD test framework for typescript projects
8 lines (6 loc) • 518 B
Plain Text
go: inconsistent vendoring in /Users/adam/Code/testeranto/example:
github.com/adamwong246/testeranto/src/golingvu@v0.0.0-20250916161432-df2d728242b4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/adamwong246/testeranto/src/golingvu@v0.0.0-20250912215240-9a7ba91edeed: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
go mod vendor