Skip to content

Commit 2bca6f3

Browse files
committed
Remove vendor directory
1 parent 9b7e3d5 commit 2bca6f3

File tree

4,092 files changed

+4
-1130303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,092 files changed

+4
-1130303
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23.x'
19-
- name: Verify Vendoring
20-
run: make verify-vendor
18+
go-version-file: 'go.mod'
2119
- name: Build
2220
run: make build
2321
- name: Test

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ testbin/*
1919
*.swo
2020
*~
2121
.vscode/
22+
23+
# Do not check in vendor if it's set up locally
24+
vendor/

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ fmt: ## Run go fmt against code.
3333
vet: ## Run go vet against code.
3434
go vet ./...
3535

36-
.PHONY: vendor
37-
vendor: ## Ensure the vendor directory is up to date.
38-
go mod tidy
39-
go mod vendor
40-
go mod verify
41-
4236
.PHONY: lint
4337
lint: ## Run golangci-lint over the codebase.
4438
${GOLANGCI_LINT} run ./... --timeout 5m -v ${GOLANGCI_LINT_EXTRA_ARGS}

vendor/4d63.com/gocheckcompilerdirectives/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/4d63.com/gocheckcompilerdirectives/checkcompilerdirectives/checkcompilerdirectives.go

Lines changed: 0 additions & 106 deletions
This file was deleted.

vendor/4d63.com/gochecknoglobals/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/4d63.com/gochecknoglobals/checknoglobals/check_no_globals.go

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)