Skip to content

Commit 77d7a05

Browse files
package tools => package crossplane (#125)
* package tools => package crossplane * refer to non-main packages
1 parent e338789 commit 77d7a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
// This file just exists to ensure we download the tools we need for building
55
// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
66

7-
package tools
7+
package crossplane
88

99
import (
10-
_ "github.com/jstemmer/go-junit-report"
11-
_ "github.com/maxbrunsfeld/counterfeiter/v6"
12-
_ "golang.org/x/tools/cmd/goimports"
10+
_ "github.com/jstemmer/go-junit-report/parser"
11+
_ "github.com/maxbrunsfeld/counterfeiter/v6/generator"
12+
_ "golang.org/x/tools/imports"
1313
)

0 commit comments

Comments
 (0)