Skip to content

Commit

Permalink
package tools => package crossplane (#125)
Browse files Browse the repository at this point in the history
* package tools => package crossplane

* refer to non-main packages
  • Loading branch information
matthewmueller authored Oct 21, 2024
1 parent e338789 commit 77d7a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// This file just exists to ensure we download the tools we need for building
// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module

package tools
package crossplane

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

0 comments on commit 77d7a05

Please sign in to comment.