From 0d9a82b354e6e6f15afe4d3ebdbb3350632c868f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 12 Jun 2023 19:04:12 +0200 Subject: [PATCH] chore(all): update module github.com/googleapis/enterprise-certificate-proxy to v0.2.4 (#2019) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/googleapis/enterprise-certificate-proxy](https://togithub.com/googleapis/enterprise-certificate-proxy) | require | patch | `v0.2.3` -> `v0.2.4` | --- ### Release Notes
googleapis/enterprise-certificate-proxy ### [`v0.2.4`](https://togithub.com/googleapis/enterprise-certificate-proxy/releases/tag/v0.2.4): Post-GA Release [Compare Source](https://togithub.com/googleapis/enterprise-certificate-proxy/compare/v0.2.3...v0.2.4) - Adds darwin-specific client to access keychain APIs directly, bypassing RPC-mechanism of universal client. - Minor update to sub-process management for Windows signer implementation - relies on OS for process clean-up instead of PID.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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://app.renovatebot.com/dashboard#github/googleapis/google-api-go-client). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0fa8b6cc288..b14ba7effbd 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/google/go-cmp v0.5.9 github.com/google/s2a-go v0.1.4 github.com/google/uuid v1.3.0 - github.com/googleapis/enterprise-certificate-proxy v0.2.3 + github.com/googleapis/enterprise-certificate-proxy v0.2.4 github.com/googleapis/gax-go/v2 v2.10.0 go.opencensus.io v0.24.0 golang.org/x/net v0.10.0 diff --git a/go.sum b/go.sum index cf332f16df2..1d6b2595256 100644 --- a/go.sum +++ b/go.sum @@ -59,8 +59,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=