Remove vendor directory

This commit is contained in:
Miguel de la Cruz 2023-08-03 12:47:34 +02:00
parent 7ffee67e8f
commit ac122835b0
670 changed files with 4 additions and 323795 deletions

View file

@ -8,7 +8,7 @@ check:
golangci-lint run -E gofmt ./...
build:
go build -mod=vendor
go build
install:
go install -mod=vendor
go install