From c6917c4ebcd11f8d65091cb174129c8600f26223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:45:28 +0000 Subject: [PATCH] fix(deps): update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images digest to 493c59e --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 04a78279..c9c18b93 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/sourcegraph/deploy-sourcegraph-docker-customer-replica-1 go 1.15 require ( - github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20221215223216-8c996a77af64 + github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images 493c59e1d30e github.com/sourcegraph/update-docker-tags v0.10.0 )