We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e338789 commit 77d7a05Copy full SHA for 77d7a05
tools.go
@@ -4,10 +4,10 @@
4
// This file just exists to ensure we download the tools we need for building
5
// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
6
7
-package tools
+package crossplane
8
9
import (
10
- _ "github.com/jstemmer/go-junit-report"
11
- _ "github.com/maxbrunsfeld/counterfeiter/v6"
12
- _ "golang.org/x/tools/cmd/goimports"
+ _ "github.com/jstemmer/go-junit-report/parser"
+ _ "github.com/maxbrunsfeld/counterfeiter/v6/generator"
+ _ "golang.org/x/tools/imports"
13
)
0 commit comments