diff --git a/go.mod b/go.mod index 711811821..057922453 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-20210815010718-df0285d741d8 + github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210816152102-8a38c7cda1fa ) diff --git a/go.sum b/go.sum index 7e658a23a..2420f8b4a 100644 --- a/go.sum +++ b/go.sum @@ -505,3 +505,5 @@ github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-2021081406192 github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210814061921-ebd6b4836245/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210815010718-df0285d741d8 h1:DGc6HqmklbkeA1EGG3tjz0ej3cqXYMRliPseDzsNymQ= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210815010718-df0285d741d8/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210816152102-8a38c7cda1fa h1:zL4luQSH3E/51F2Rp8mgBguDIiOQ/7NaJhDs0gSuNOU= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210816152102-8a38c7cda1fa/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24=