Skip to content

Commit

Permalink
Update indexer (#1406)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/sync | require | minor | `v0.2.0` -> `v0.3.0` |
|
[google.golang.org/api](https://togithub.com/googleapis/google-api-go-client)
| require | minor | `v0.125.0` -> `v0.128.0` |

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client</summary>

###
[`v0.128.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.128.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.127.0...v0.128.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2022](https://togithub.com/googleapis/google-api-go-client/issues/2022))
([d846ea5](https://togithub.com/googleapis/google-api-go-client/commit/d846ea5dd79c01bbf7f2c116fa40b0bdcdc0dc1a))
- **all:** Auto-regenerate discovery clients
([#&#8203;2026](https://togithub.com/googleapis/google-api-go-client/issues/2026))
([58512c3](https://togithub.com/googleapis/google-api-go-client/commit/58512c3c782e9b42d0f215b1f46545686a07033f))
- **all:** Auto-regenerate discovery clients
([#&#8203;2027](https://togithub.com/googleapis/google-api-go-client/issues/2027))
([229def0](https://togithub.com/googleapis/google-api-go-client/commit/229def0dc32b86ab6524a4619189aece0b1ebbea))

###
[`v0.127.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.127.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.126.0...v0.127.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2015](https://togithub.com/googleapis/google-api-go-client/issues/2015))
([21af27f](https://togithub.com/googleapis/google-api-go-client/commit/21af27f16f65cdde5019e904a7f7fe67fc118dc1))
- **all:** Auto-regenerate discovery clients
([#&#8203;2017](https://togithub.com/googleapis/google-api-go-client/issues/2017))
([4c6e7c1](https://togithub.com/googleapis/google-api-go-client/commit/4c6e7c17ea4f5010c429638d6d0e007f45b09162))
- **all:** Auto-regenerate discovery clients
([#&#8203;2018](https://togithub.com/googleapis/google-api-go-client/issues/2018))
([c86a815](https://togithub.com/googleapis/google-api-go-client/commit/c86a8157d883e8cc0fb86669a111dd54656b24ac))
- **all:** Auto-regenerate discovery clients
([#&#8203;2021](https://togithub.com/googleapis/google-api-go-client/issues/2021))
([eb914ce](https://togithub.com/googleapis/google-api-go-client/commit/eb914ce613c6930b6908546e562090d4e30f879d))

###
[`v0.126.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.126.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.125.0...v0.126.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2007](https://togithub.com/googleapis/google-api-go-client/issues/2007))
([465e95b](https://togithub.com/googleapis/google-api-go-client/commit/465e95b0a0edfc30c6e3b4565ea85bc51afce578))
- **all:** Auto-regenerate discovery clients
([#&#8203;2010](https://togithub.com/googleapis/google-api-go-client/issues/2010))
([3dc0dbb](https://togithub.com/googleapis/google-api-go-client/commit/3dc0dbb9c8d0dbe6c50d503b96caa0a73a2145cc))
- **all:** Auto-regenerate discovery clients
([#&#8203;2011](https://togithub.com/googleapis/google-api-go-client/issues/2011))
([4fed5c2](https://togithub.com/googleapis/google-api-go-client/commit/4fed5c245895e756541e509887175cb8ade4adbf))
- **all:** Auto-regenerate discovery clients
([#&#8203;2012](https://togithub.com/googleapis/google-api-go-client/issues/2012))
([95d3fd1](https://togithub.com/googleapis/google-api-go-client/commit/95d3fd1747451b492deefe490ecc52842df0c031))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
renovate-bot authored Jun 26, 2023
1 parent c6e1841 commit aa85bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker/indexer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/go-git/go-git/v5 v5.7.0
github.com/golang/glog v1.1.1
github.com/google/go-cmp v0.5.9
golang.org/x/sync v0.2.0
google.golang.org/api v0.125.0
golang.org/x/sync v0.3.0
google.golang.org/api v0.128.0
gopkg.in/yaml.v3 v3.0.1
)

Expand All @@ -30,7 +30,7 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand Down
12 changes: 6 additions & 6 deletions docker/indexer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkj
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/enterprise-certificate-proxy v0.2.3 h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k=
github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k=
github.com/googleapis/enterprise-certificate-proxy v0.2.4 h1:uGy6JWR/uMIILU8wbf+OkstIrNiMjGpEIyhx8f6W7s4=
github.com/googleapis/enterprise-certificate-proxy v0.2.4/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k=
github.com/googleapis/gax-go/v2 v2.10.0 h1:ebSgKfMxynOdxw8QQuFOKMgomqeLGPqNLQox2bo42zg=
github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
Expand Down Expand Up @@ -190,8 +190,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=
golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand Down Expand Up @@ -239,8 +239,8 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
google.golang.org/api v0.125.0 h1:7xGvEY4fyWbhWMHf3R2/4w7L4fXyfpRGE9g6lp8+DCk=
google.golang.org/api v0.125.0/go.mod h1:mBwVAtz+87bEN6CbA1GtZPDOqY2R5ONPqJeIlvyo4Aw=
google.golang.org/api v0.128.0 h1:RjPESny5CnQRn9V6siglged+DZCgfu9l6mO9dkX9VOg=
google.golang.org/api v0.128.0/go.mod h1:Y611qgqaE92On/7g65MQgxYul3c0rEB894kniWLY750=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
Expand Down

0 comments on commit aa85bd4

Please sign in to comment.