Skip to content

Commit

Permalink
Merge pull request #7 from kunwardeep/kbedi/move-tools-to-folder
Browse files Browse the repository at this point in the history
moved dev dependancy to the tool folder
  • Loading branch information
kunwardeep authored Nov 15, 2020
2 parents 4c75d71 + 9f87c69 commit 34f9935
Show file tree
Hide file tree
Showing 1,782 changed files with 34,366 additions and 1,008 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export GOSUMDB := off
export GOFLAGS := -v -mod=vendor
GOLANGCI_VERSION := v1.31.0
GOLANGCI_VERSION := v1.32.2

default: build

Expand All @@ -10,6 +10,8 @@ build:
ensure_deps:
go mod tidy
go mod vendor
cd tools && go mod tidy
cd tools && go mod vendor

install_devtools:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin $(GOLANGCI_VERSION)
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/kunwardeep/paralleltest

go 1.13
go 1.14

require (
github.com/golangci/golangci-lint v1.31.0
github.com/stretchr/testify v1.6.1
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0
)
570 changes: 1 addition & 569 deletions go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module tools/tools

go 1.14

require github.com/golangci/golangci-lint v1.31.0
598 changes: 598 additions & 0 deletions tools/go.sum

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions tools/vendor/github.com/davecgh/go-spew/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 145 additions & 0 deletions tools/vendor/github.com/davecgh/go-spew/spew/bypass.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions tools/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 34f9935

Please sign in to comment.