diff --git a/go.mod b/go.mod index 598025c58..9d6724e6a 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-20210823121100-32a602a3821d + github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823224028-8eec7eddc0bf ) diff --git a/go.sum b/go.sum index 18825bec8..fd949f427 100644 --- a/go.sum +++ b/go.sum @@ -531,3 +531,5 @@ github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-2021082309402 github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823094020-bef9a5cf7ba6/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823121100-32a602a3821d h1:PpdFscsud15W5PIMu/VAsQKV8HL0tCvdgw2lsw5tK28= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823121100-32a602a3821d/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823224028-8eec7eddc0bf h1:VpWUs8UCg3dLCWd31EysMyqikHKnFbHh86MyfYvhvyY= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210823224028-8eec7eddc0bf/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24=