Skip to content

Commit

Permalink
Revert "remove hard tools dep"
Browse files Browse the repository at this point in the history
This reverts commit 6dbdcf5.
  • Loading branch information
codyoss authored and yoshi-automation committed Sep 15, 2020
1 parent 6dbdcf5 commit 23da84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -16,7 +16,7 @@ require (
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20200915031644-64986481280e // indirect
golang.org/x/tools v0.0.0-20200915031644-64986481280e
google.golang.org/api v0.31.0
google.golang.org/genproto v0.0.0-20200914193844-75d14daec038
google.golang.org/grpc v1.31.1
Expand Down
1 change: 1 addition & 0 deletions tools.go
Expand Up @@ -27,4 +27,5 @@ import (
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/jstemmer/go-junit-report"
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
)

0 comments on commit 23da84b

Please sign in to comment.