From 673ff4d6d327280a3ceebaae2eb75d1141ba9c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:28:34 +0000 Subject: [PATCH] build(deps): bump chainguard.dev/apko Bumps [chainguard.dev/apko](https://github.com/chainguard-dev/apko) from 0.10.1-0.20230918194837-e9722fcc3e50 to 0.11.0. - [Release notes](https://github.com/chainguard-dev/apko/releases) - [Changelog](https://github.com/chainguard-dev/apko/blob/main/NEWS.md) - [Commits](https://github.com/chainguard-dev/apko/commits/v0.11.0) --- updated-dependencies: - dependency-name: chainguard.dev/apko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 630578d1f..3b12ef1b3 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.1 require ( - chainguard.dev/apko v0.10.1-0.20230918194837-e9722fcc3e50 + chainguard.dev/apko v0.11.0 cloud.google.com/go/storage v1.33.0 github.com/chainguard-dev/go-apk v0.0.0-20231016212352-18086763089d github.com/chainguard-dev/go-pkgconfig v0.0.0-20230818193557-bee0072057ce diff --git a/go.sum b/go.sum index b9efb6838..6f870f775 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -chainguard.dev/apko v0.10.1-0.20230918194837-e9722fcc3e50 h1:aqUy3ia854uSEutcQprtC0low19qhp5Cr9b+0+OK6xo= -chainguard.dev/apko v0.10.1-0.20230918194837-e9722fcc3e50/go.mod h1:pvYN1tto/XRT+P0QRnmaVIYEEqjxPXv0bszPQZvd7ec= +chainguard.dev/apko v0.11.0 h1:jaQqNRRkGJq7mP5eiXbF0HIj2eZnQWHBK0MvSZ/Wdto= +chainguard.dev/apko v0.11.0/go.mod h1:di9Dh0xjHWfUVoA/bUwqo6KzejzHqia9l21jCq1l5cU= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=