Skip to content

Commit

Permalink
deps: Update renovate ignoreDeps to include golang.org/x/tools, remov…
Browse files Browse the repository at this point in the history
…e unused dependencies, and alphabetize list (hashicorp#11886)

Reference: hashicorp#11884
  • Loading branch information
bflad authored Feb 6, 2020
1 parent 9dbfedf commit 18d89c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
],
"gomodTidy": true,
"ignoreDeps": [
"github.com/go-toolsmith/pkgload",
"github.com/gogo/protobuf",
"github.com/golang/snappy",
"github.com/hashicorp/go-hclog",
"github.com/hashicorp/vault",
"github.com/json-iterator/go",
"github.com/mattn/go-isatty",
"github.com/go-toolsmith/pkgload",
"google.golang.org/grpc",
"github.com/google/gofuzz",
"github.com/mitchellh/go-testing-interface"
"github.com/mitchellh/go-testing-interface",
"golang.org/x/tools",
"google.golang.org/grpc"
],
"labels": [
"dependencies"
Expand Down

0 comments on commit 18d89c1

Please sign in to comment.