From 3e763554f7e58472f463a6bf070bc4ca1f360ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:53:53 +0000 Subject: [PATCH] fix(deps): update github.com/sourcegraph/sourcegraph/dev/ci/images digest to 978cf37 --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f1e6ab114..26d5391a7 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module github.com/sourcegraph/deploy-sourcegraph-docker -go 1.19 +go 1.22.4 require ( github.com/Masterminds/semver v1.5.0 github.com/sourcegraph/run v0.12.0 - github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717 + github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240618140346-978cf37f48d1 github.com/sourcegraph/update-docker-tags v0.10.0 github.com/urfave/cli/v2 v2.25.7 ) diff --git a/go.sum b/go.sum index 616ac9a8e..19aca458c 100644 --- a/go.sum +++ b/go.sum @@ -50,6 +50,8 @@ github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda1 github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda10e4/go.mod h1:HpOGaRM0iHPNrEQvpB4/3E9dAUjutyhgjg9vrOOeXPY= github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717 h1:xzO3kAjylr2urK0w5Yu95n98jSwpTQ4w/rvf8QA5pwY= github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717/go.mod h1:HpOGaRM0iHPNrEQvpB4/3E9dAUjutyhgjg9vrOOeXPY= +github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240618140346-978cf37f48d1 h1:2oyX/SH2FBvCPsOudq4aWmKJV1GDkoo36OK2tGI9fyI= +github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240618140346-978cf37f48d1/go.mod h1:TjLZayh0nd8CSEryRoC7yx7JMxDvMXCajKOyfwZwyMQ= github.com/sourcegraph/update-docker-tags v0.10.0 h1:KpY1HtvSt0FzDM/sR0jQF5StNbiPKpqmHhE0jpBEa0A= github.com/sourcegraph/update-docker-tags v0.10.0/go.mod h1:lCDsoUnk/ASDbm7UxE7tU3qAUhQxA7xykELHXcLeKFM= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=