diff --git a/go.mod b/go.mod index 707ee720a..27eba55ed 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/slimsag/update-docker-tags v0.7.0 - github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826164906-c15d97394969 + github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826232251-43062781be6c ) diff --git a/go.sum b/go.sum index 2d44c3020..498124412 100644 --- a/go.sum +++ b/go.sum @@ -549,3 +549,5 @@ github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-2021082610453 github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826104532-3b9768322a8b/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826164906-c15d97394969 h1:hD4qtb0EYH8K8Va43hcolrCPG5k2l9QCGrAZX5ujqxk= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826164906-c15d97394969/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826232251-43062781be6c h1:5+uwqc6g4HBD1UWugNykcTeYIW+TFNlgVF8v894Xwyw= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210826232251-43062781be6c/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24=