Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
remove vendoring
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
  • Loading branch information
ianmuchyri committed Nov 10, 2023
1 parent 358e480 commit ed7ee52
Show file tree
Hide file tree
Showing 1,345 changed files with 2 additions and 490,287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: go build -v ./...

- name: Run tests
run: go test -mod=vendor -v --race -covermode=atomic -coverprofile cover.out ./...
run: go test -v --race -covermode=atomic -coverprofile cover.out ./...
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install:
cp ${BUILD_DIR}/* $(GOBIN)

test:
GOCACHE=off go test -mod=vendor -v -race -count 1 -tags test $(shell go list ./... | grep -v 'vendor\|cmd')
go test -v -race -count 1 -tags test $(shell go list ./... | grep -v 'vendor\|cmd')

lint:
golangci-lint run --no-config --disable-all --enable gosimple --enable errcheck --enable govet --enable unused --enable goconst --enable godot --timeout 3m
Expand Down
191 changes: 0 additions & 191 deletions vendor/github.com/absmach/agent/LICENSE

This file was deleted.

161 changes: 0 additions & 161 deletions vendor/github.com/absmach/agent/pkg/agent/config.go

This file was deleted.

Loading

0 comments on commit ed7ee52

Please sign in to comment.