Skip to content

Commit

Permalink
Run go mod tidy in docs and vulnfeeds, update renovate.json. (#958)
Browse files Browse the repository at this point in the history
Run go mod tidy in docs and vulnfeeds, update renovate.json to
automatically run go mod tidy after automated update.

Co-authored-by: Andrew Pollock <andrewpollock@users.noreply.github.com>
  • Loading branch information
another-rex and andrewpollock committed Jan 9, 2023
1 parent b8f3e6e commit 7e451d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 966 deletions.
1 change: 1 addition & 0 deletions docs/go.mod
Expand Up @@ -11,6 +11,7 @@ require (
require (
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit 7e451d7

Please sign in to comment.