Skip to content

Commit 34f9935

Browse files
authored
Merge pull request #7 from kunwardeep/kbedi/move-tools-to-folder
moved dev dependancy to the tool folder
2 parents 4c75d71 + 9f87c69 commit 34f9935

File tree

1,782 files changed

+34366
-1008
lines changed

Some content is hidden

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

1,782 files changed

+34366
-1008
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export GOSUMDB := off
22
export GOFLAGS := -v -mod=vendor
3-
GOLANGCI_VERSION := v1.31.0
3+
GOLANGCI_VERSION := v1.32.2
44

55
default: build
66

@@ -10,6 +10,8 @@ build:
1010
ensure_deps:
1111
go mod tidy
1212
go mod vendor
13+
cd tools && go mod tidy
14+
cd tools && go mod vendor
1315

1416
install_devtools:
1517
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin $(GOLANGCI_VERSION)

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module github.com/kunwardeep/paralleltest
22

3-
go 1.13
3+
go 1.14
44

55
require (
6-
github.com/golangci/golangci-lint v1.31.0
76
github.com/stretchr/testify v1.6.1
87
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0
98
)

go.sum

Lines changed: 1 addition & 569 deletions
Large diffs are not rendered by default.

tools/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module tools/tools
2+
3+
go 1.14
4+
5+
require github.com/golangci/golangci-lint v1.31.0

tools/go.sum

Lines changed: 598 additions & 0 deletions
Large diffs are not rendered by default.

tools.go renamed to tools/tools.go

File renamed without changes.

tools/vendor/github.com/davecgh/go-spew/LICENSE

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/github.com/davecgh/go-spew/spew/bypass.go

Lines changed: 145 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)