Skip to content

Commit

Permalink
Unbreak 'make test'
Browse files Browse the repository at this point in the history
The 'vendor' directory was removed because it keeps getting outdated
compared to go.mod.

Otherwise 'make test' fails with:
  $ make test
  go test -v -cover ./...
  go: inconsistent vendoring in /path/to/briandowns/spinner:
	golang.org/x/[email protected]: is
	    explicitly required in go.mod, but not marked as explicit in
	    vendor/modules.txt
	golang.org/x/[email protected]: 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
  make: *** [Makefile:12: test] Error 1

Fallout from 12e6c29
  • Loading branch information
debarshiray committed Nov 5, 2024
1 parent 8f269dd commit 508a84e
Show file tree
Hide file tree
Showing 372 changed files with 0 additions and 186,687 deletions.
5 changes: 0 additions & 5 deletions vendor/github.com/fatih/color/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/fatih/color/Gopkg.lock

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/github.com/fatih/color/Gopkg.toml

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/fatih/color/LICENSE.md

This file was deleted.

179 changes: 0 additions & 179 deletions vendor/github.com/fatih/color/README.md

This file was deleted.

Loading

0 comments on commit 508a84e

Please sign in to comment.