From b8c7c372eea7cd2aa1773f08125e6fef29e242a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Aug 2021 22:07:41 +0000 Subject: [PATCH] fix(deps): update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images commit hash to 867858b --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 930fa93e3..3e3bfa19f 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/sourcegraph/deploy-sourcegraph-docker go 1.15 require ( - github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827082742-d97bba3dcd2c + github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827213247-867858b78eaa github.com/sourcegraph/update-docker-tags v0.8.0 ) diff --git a/go.sum b/go.sum index 0ef7d6574..515e8cd00 100644 --- a/go.sum +++ b/go.sum @@ -4,5 +4,7 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827082742-d97bba3dcd2c h1:U1398j9ciDq4UPqgng0OYVTiAmJe37uTHbafAHhFLCw= github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827082742-d97bba3dcd2c/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827213247-867858b78eaa h1:PYjWpqlWRR7p/tIKeVHLoW1Gfzbk/LGuj5hlBhEPu4A= +github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20210827213247-867858b78eaa/go.mod h1:RrAuT1kEkrErj2fmr4f3pPDoBF0ruFBhOSC1yORlv24= github.com/sourcegraph/update-docker-tags v0.8.0 h1:TlW1kptkWCT/va/+x1In3qBZGkRPLg/aL0b/feqBgII= github.com/sourcegraph/update-docker-tags v0.8.0/go.mod h1:lCDsoUnk/ASDbm7UxE7tU3qAUhQxA7xykELHXcLeKFM=