Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 03:22:32 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564080 - head/devel/gitlab-runner
Message-ID:  <202102050322.1153MWtb077819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Feb  5 03:22:32 2021
New Revision: 564080
URL: https://svnweb.freebsd.org/changeset/ports/564080

Log:
  devel/gitlab-runner: update to 13.8.0

Modified:
  head/devel/gitlab-runner/Makefile   (contents, props changed)
  head/devel/gitlab-runner/distinfo   (contents, props changed)

Modified: head/devel/gitlab-runner/Makefile
==============================================================================
--- head/devel/gitlab-runner/Makefile	Fri Feb  5 02:43:36 2021	(r564079)
+++ head/devel/gitlab-runner/Makefile	Fri Feb  5 03:22:32 2021	(r564080)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-runner
-PORTVERSION=	13.7.0
+PORTVERSION=	13.8.0
 CATEGORIES=	devel
 MASTER_SITES=	https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
 		https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm
@@ -29,30 +29,30 @@ USE_GITHUB=	nodefault
 # Find tags here:
 # https://gitlab.com/gitlab-org/gitlab-runner/tags
 GL_ACCOUNT=	gitlab-org
-GL_COMMIT=	943fc2521df7d18aacd73ab211c35546ace47c27
-GITBRANCH=	13-7-stable
+GL_COMMIT=	775dd39d7476642c4dbc3655b375acf93a3556bb
+GITBRANCH=	13-8-stable
 # https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-freebsd-amd64
-BUILT=		2020-12-21T13:47:14+0000
+BUILT=		2021-01-20T13:32:53+0000
 
 GH_TUPLE=	\
-		Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \
-		Azure:azure-storage-blob-go:v0.10.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \
+		Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \
+		Azure:azure-storage-blob-go:6df5d9af221d:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \
 		Azure:go-ansiterm:d6e3b3328b78:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \
-		Azure:go-autorest:5bd9621f41a0:azure_go_autorest_date/vendor/github.com/Azure/go-autorest \
-		Azure:go-autorest:autorest/v0.9.3:azure_go_autorest_autorest \
-		Azure:go-autorest:e727cfcfc902:azure_go_autorest_adal \
-		Azure:go-autorest:logger/v0.1.0:azure_go_autorest_logger \
-		Azure:go-autorest:tracing/v0.5.0:azure_go_autorest_tracing \
+		Azure:go-autorest:autorest/v0.11.12:azure_go_autorest_autorest \
+		Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \
+		Azure:go-autorest:b8bf08c40b80:azure_go_autorest_adal \
+		Azure:go-autorest:logger/v0.2.0:azure_go_autorest_logger \
+		Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \
+		Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \
 		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
 		Microsoft:go-winio:v0.4.12:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \
 		Nvveen:Gotty:cd527374f1e5:nvveen_gotty/vendor/github.com/Nvveen/Gotty \
 		ayufan:golang-kardianos-service:0c8eb6d8fff2:ayufan_golang_kardianos_service/vendor/github.com/ayufan/golang-kardianos-service \
 		beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
 		bmatcuk:doublestar:v1.3.0:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \
-		census-instrumentation:opencensus-go:v0.22.3:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
+		census-instrumentation:opencensus-go:v0.22.5:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
 		containerd:continuity:004b46473808:containerd_continuity/vendor/github.com/containerd/continuity \
 		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
-		dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \
 		docker:cli:336b2a5cac7f:docker_cli/vendor/github.com/docker/cli \
 		docker:distribution:v2.7.0:docker_distribution/vendor/github.com/docker/distribution \
 		docker:engine:9552f2b2fdde:docker_engine/vendor/github.com/docker/docker \
@@ -61,47 +61,48 @@ GH_TUPLE=	\
 		docker:go-units:eb879ae3e2b8:docker_go_units/vendor/github.com/docker/go-units \
 		docker:machine:7b7a141da844:docker_machine/vendor/github.com/docker/machine \
 		docker:spdystream:449fdfce4d96:docker_spdystream/vendor/github.com/docker/spdystream \
-		dominikh:go-tools:v0.0.1-2020.1.4:dominikh_go_tools/vendor/honnef.co/go/tools \
+		form3tech-oss:jwt-go:v3.2.2:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \
 		fullsailor:pkcs7:d7302db945fa:fullsailor_pkcs7/vendor/github.com/fullsailor/pkcs7 \
 		getsentry:raven-go:dffeb57df75d:getsentry_raven_go/vendor/github.com/getsentry/raven-go \
 		go-inf:inf:v0.9.0:go_inf_inf/vendor/gopkg.in/inf.v0 \
-		go-ini:ini:v1.52.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
+		go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
 		go-yaml:yaml:eeeca48fe776:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
 		go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
 		gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \
-		golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \
-		golang:crypto:2aa609cf4a9d:golang_crypto/vendor/golang.org/x/crypto \
+		golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \
+		golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \
 		golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
 		golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \
-		golang:mock:v1.4.3:golang_mock/vendor/github.com/golang/mock \
-		golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \
-		golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
-		golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \
-		golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \
+		golang:mock:v1.4.4:golang_mock/vendor/github.com/golang/mock \
+		golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \
+		golang:net:6772e930b67b:golang_net/vendor/golang.org/x/net \
+		golang:oauth2:0b49973bad19:golang_oauth2/vendor/golang.org/x/oauth2 \
+		golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \
 		golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \
-		golang:sync:67f06af15bc9:golang_sync/vendor/golang.org/x/sync \
+		golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \
 		golang:sys:f9321e4c35a6:golang_sys/vendor/golang.org/x/sys \
-		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
-		golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \
-		golang:tools:1b747fd94509:golang_tools/vendor/golang.org/x/tools \
-		golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \
-		google:go-cloud:v0.20.0:google_go_cloud/vendor/gocloud.dev \
-		google:go-genproto:7c474a2e3482:google_go_genproto/vendor/google.golang.org/genproto \
+		golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \
+		golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \
+		golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \
+		golang:tools:a1a1cbeaa516:golang_tools/vendor/golang.org/x/tools \
+		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
+		google:go-cloud:5094f54ed8bb:google_go_cloud/vendor/gocloud.dev \
+		google:go-genproto:6486ece9c497:google_go_genproto/vendor/google.golang.org/genproto \
 		google:gofuzz:v1.0.0:google_gofuzz/vendor/github.com/google/gofuzz \
-		google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \
+		google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \
 		google:wire:v0.4.0:google_wire/vendor/github.com/google/wire \
 		googleapis:gax-go:v2.0.2:googleapis_gax_go/vendor/github.com/googleapis/gax-go \
 		googleapis:gax-go:v2.0.5:googleapis_gax_go_v2 \
 		googleapis:gnostic:v0.1.0:googleapis_gnostic/vendor/github.com/googleapis/gnostic \
-		googleapis:google-api-go-client:v0.26.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
-		googleapis:google-cloud-go:storage/v1.9.0:googleapis_google_cloud_go_storage \
-		googleapis:google-cloud-go:v0.58.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
+		googleapis:google-api-go-client:v0.36.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
+		googleapis:google-cloud-go:storage/v1.12.0:googleapis_google_cloud_go_storage \
+		googleapis:google-cloud-go:v0.72.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
 		gophercloud:gophercloud:e25975f29734:gophercloud_gophercloud/vendor/github.com/gophercloud/gophercloud \
 		gorhill:cronexpr:f0984319b442:gorhill_cronexpr/vendor/github.com/gorhill/cronexpr \
 		gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \
 		gorilla:mux:599cba5e7b61:gorilla_mux/vendor/github.com/gorilla/mux \
-		gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \
-		grpc:grpc-go:v1.29.1:grpc_grpc_go/vendor/google.golang.org/grpc \
+		gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
+		grpc:grpc-go:v1.34.0:grpc_grpc_go/vendor/google.golang.org/grpc \
 		hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
 		hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
 		hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
@@ -114,10 +115,11 @@ GH_TUPLE=	\
 		hashicorp:vault:sdk/v0.1.13:hashicorp_vault_sdk \
 		imdario:mergo:v0.3.7:imdario_mergo/vendor/github.com/imdario/mergo \
 		jpillora:backoff:06c7a16c845d:jpillora_backoff/vendor/github.com/jpillora/backoff \
-		json-iterator:go:v1.1.7:json_iterator_go/vendor/github.com/json-iterator/go \
+		json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \
 		jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \
 		kardianos:osext:c2c54e542fb7:kardianos_osext/vendor/github.com/kardianos/osext \
-		klauspost:compress:v1.11.3:klauspost_compress/vendor/github.com/klauspost/compress \
+		klauspost:compress:v1.11.6:klauspost_compress/vendor/github.com/klauspost/compress \
+		klauspost:cpuid:v1.3.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \
 		klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \
 		konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
 		kr:pty:v1.1.1:kr_pty/vendor/github.com/kr/pty \
@@ -130,12 +132,13 @@ GH_TUPLE=	\
 		markelog:trie:098fa99650c0:markelog_trie/vendor/github.com/markelog/trie \
 		mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \
 		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
-		minio:minio-go:v6.0.49:minio_minio_go_v6/vendor/github.com/minio/minio-go/v6 \
+		minio:md5-simd:v1.1.1:minio_md5_simd/vendor/github.com/minio/md5-simd \
+		minio:minio-go:v6.0.57:minio_minio_go_v6/vendor/github.com/minio/minio-go/v6 \
 		minio:sha256-simd:v0.1.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \
 		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
 		mitchellh:gox:v1.0.1:mitchellh_gox/vendor/github.com/mitchellh/gox \
 		mitchellh:iochan:v1.0.0:mitchellh_iochan/vendor/github.com/mitchellh/iochan \
-		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+		mitchellh:mapstructure:v1.4.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
 		moby:moby:v0.4.1:moby_moby/vendor/github.com/docker/docker-credential-helpers \
 		modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \
 		modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
@@ -149,11 +152,11 @@ GH_TUPLE=	\
 		prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \
 		prometheus:common:v0.6.0:prometheus_common/vendor/github.com/prometheus/common \
 		prometheus:procfs:v0.0.5:prometheus_procfs/vendor/github.com/prometheus/procfs \
-		protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
+		protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
 		ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \
-		saracen:fastzip:v0.1.4:saracen_fastzip/vendor/github.com/saracen/fastzip \
+		saracen:fastzip:v0.1.5:saracen_fastzip/vendor/github.com/saracen/fastzip \
 		saracen:zipextra:7347a2ee3f10:saracen_zipextra/vendor/github.com/saracen/zipextra \
-		sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
+		sirupsen:logrus:v1.5.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
 		spf13:pflag:4c012f6dcd95:spf13_pflag/vendor/github.com/spf13/pflag \
 		square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
 		stretchr:objx:v0.3.0:stretchr_objx/vendor/github.com/stretchr/objx \
@@ -185,6 +188,8 @@ post-extract:
 	@${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest
 	@${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal
 	@${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal
+	@${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date
+	@${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date
 	@${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger
 	@${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger
 	@${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing

Modified: head/devel/gitlab-runner/distinfo
==============================================================================
--- head/devel/gitlab-runner/distinfo	Fri Feb  5 02:43:36 2021	(r564079)
+++ head/devel/gitlab-runner/distinfo	Fri Feb  5 03:22:32 2021	(r564080)
@@ -1,24 +1,26 @@
-TIMESTAMP = 1609020983
+TIMESTAMP = 1612142582
 SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e
 SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9594352
 SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32
 SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9020896
-SHA256 (gitlab-runner/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f
-SIZE (gitlab-runner/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443
-SHA256 (gitlab-runner/Azure-azure-storage-blob-go-v0.10.0_GH0.tar.gz) = e3d4304b9fcb7dc5911d648a236fa69c06cb3b33ffb05ac4be6bf3d69125f71e
-SIZE (gitlab-runner/Azure-azure-storage-blob-go-v0.10.0_GH0.tar.gz) = 214912
+SHA256 (gitlab-runner/Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e
+SIZE (gitlab-runner/Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102
+SHA256 (gitlab-runner/Azure-azure-storage-blob-go-6df5d9af221d_GH0.tar.gz) = 31047920e4c507f913b9922ad920a2e9f6d48e6056bdc6869b6c257e3ab095a7
+SIZE (gitlab-runner/Azure-azure-storage-blob-go-6df5d9af221d_GH0.tar.gz) = 240532
 SHA256 (gitlab-runner/Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821
 SIZE (gitlab-runner/Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = 20946
-SHA256 (gitlab-runner/Azure-go-autorest-5bd9621f41a0_GH0.tar.gz) = 1cd0fa3f623475cd94daf16fff33e873d6a8191de89b1306008744fbf78f892b
-SIZE (gitlab-runner/Azure-go-autorest-5bd9621f41a0_GH0.tar.gz) = 156993
-SHA256 (gitlab-runner/Azure-go-autorest-autorest-v0.9.3_GH0.tar.gz) = 8bd28466e09330313d955c87706f7faa477e5d712cfc9b3caf33ee20ad595d91
-SIZE (gitlab-runner/Azure-go-autorest-autorest-v0.9.3_GH0.tar.gz) = 164605
-SHA256 (gitlab-runner/Azure-go-autorest-e727cfcfc902_GH0.tar.gz) = 8482a74adc7ea67dbf43c2a0d7e4a1a0c9d4e96e7472245fb888deba0eae8064
-SIZE (gitlab-runner/Azure-go-autorest-e727cfcfc902_GH0.tar.gz) = 167492
-SHA256 (gitlab-runner/Azure-go-autorest-logger-v0.1.0_GH0.tar.gz) = d642ed3d87f3dc9fcde6c7ff7b82a3b3463b70f6ff2d5a7c6c37099d754c464e
-SIZE (gitlab-runner/Azure-go-autorest-logger-v0.1.0_GH0.tar.gz) = 141423
-SHA256 (gitlab-runner/Azure-go-autorest-tracing-v0.5.0_GH0.tar.gz) = af322c3ccc73be318dddafd20f43baaa4be95dc58312f8d781cca29931cfa02f
-SIZE (gitlab-runner/Azure-go-autorest-tracing-v0.5.0_GH0.tar.gz) = 181045
+SHA256 (gitlab-runner/Azure-go-autorest-autorest-v0.11.12_GH0.tar.gz) = 79b749fc9e13670756e6a83bc966c04232990aa6fa26a7e0c0910aab3924f591
+SIZE (gitlab-runner/Azure-go-autorest-autorest-v0.11.12_GH0.tar.gz) = 169481
+SHA256 (gitlab-runner/Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 51b31571a26a5287eb67251aa69407bb6145f58253bdbb2e610b7eab7b0d762f
+SIZE (gitlab-runner/Azure-go-autorest-b3a0b30a7423_GH0.tar.gz) = 167123
+SHA256 (gitlab-runner/Azure-go-autorest-b8bf08c40b80_GH0.tar.gz) = dfdc6112ced1c0886d6a2b8053f6cad514c675cad1123894abb3e4ee414bfd88
+SIZE (gitlab-runner/Azure-go-autorest-b8bf08c40b80_GH0.tar.gz) = 170523
+SHA256 (gitlab-runner/Azure-go-autorest-logger-v0.2.0_GH0.tar.gz) = 5d38b489d18d837ffeafbc354dbffde3bea71014318d465a7c2f4690e5bc4372
+SIZE (gitlab-runner/Azure-go-autorest-logger-v0.2.0_GH0.tar.gz) = 167096
+SHA256 (gitlab-runner/Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = b43cd0127dd6e91debe1eb98873e219817b71c10988d0a6c550e4ad19a29a8ea
+SIZE (gitlab-runner/Azure-go-autorest-tracing-v0.6.0_GH0.tar.gz) = 167113
+SHA256 (gitlab-runner/Azure-go-autorest-v14.2.0_GH0.tar.gz) = d0db0e47112570e3f2bd2e38ae56338f1e74625dd4cb553007082fdad5fd844d
+SIZE (gitlab-runner/Azure-go-autorest-v14.2.0_GH0.tar.gz) = 167851
 SHA256 (gitlab-runner/BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
 SIZE (gitlab-runner/BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (gitlab-runner/Microsoft-go-winio-v0.4.12_GH0.tar.gz) = 0883cf6323376eca97e1b9e1a13ddd2a2f3bc85810aff7fdbd56621f71922d46
@@ -31,14 +33,12 @@ SHA256 (gitlab-runner/beorn7-perks-v1.0.1_GH0.tar.gz) 
 SIZE (gitlab-runner/beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
 SHA256 (gitlab-runner/bmatcuk-doublestar-v1.3.0_GH0.tar.gz) = 7c458297cb561bb905394b953b4d5de1674c1ef9143d691887942ddc00144328
 SIZE (gitlab-runner/bmatcuk-doublestar-v1.3.0_GH0.tar.gz) = 10468
-SHA256 (gitlab-runner/census-instrumentation-opencensus-go-v0.22.3_GH0.tar.gz) = 05eaf69808d0ba27b82d71fe620e8ecf97c1dd2d0ef8616d960c9d9170d7fdfa
-SIZE (gitlab-runner/census-instrumentation-opencensus-go-v0.22.3_GH0.tar.gz) = 167276
+SHA256 (gitlab-runner/census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 881df0d24a0df8afacd2228d4987252f742061fe8eeb5f14cc9e3f32b7c357be
+SIZE (gitlab-runner/census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 171403
 SHA256 (gitlab-runner/containerd-continuity-004b46473808_GH0.tar.gz) = fad63b604b84e5388d064cb9e82c343c93f5bab710ff6a68de7f2dd42d5f81a4
 SIZE (gitlab-runner/containerd-continuity-004b46473808_GH0.tar.gz) = 1075040
 SHA256 (gitlab-runner/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
 SIZE (gitlab-runner/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
-SHA256 (gitlab-runner/dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 197465ef53219f3aeb1a6940b70e16d288fe4e4108d4831b91ea101118440e63
-SIZE (gitlab-runner/dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 36960
 SHA256 (gitlab-runner/docker-cli-336b2a5cac7f_GH0.tar.gz) = fba8b8f0fc0792a79782d4ae14d6741674b2da5f14b5f8770c2443c8e3241371
 SIZE (gitlab-runner/docker-cli-336b2a5cac7f_GH0.tar.gz) = 6659808
 SHA256 (gitlab-runner/docker-distribution-v2.7.0_GH0.tar.gz) = 0faba0850b3f87c4670f0b2dbcc61436e1902488565f584ea5a0928537656e90
@@ -55,62 +55,64 @@ SHA256 (gitlab-runner/docker-machine-7b7a141da844_GH0.
 SIZE (gitlab-runner/docker-machine-7b7a141da844_GH0.tar.gz) = 1603850
 SHA256 (gitlab-runner/docker-spdystream-449fdfce4d96_GH0.tar.gz) = bf27356ac5790fb852f90da56d072145c89d23a0c3f9806bd85ca94305c9cf15
 SIZE (gitlab-runner/docker-spdystream-449fdfce4d96_GH0.tar.gz) = 35383
-SHA256 (gitlab-runner/dominikh-go-tools-v0.0.1-2020.1.4_GH0.tar.gz) = ac3b16836cec7ebe2ab426d84fbfd7946b43ee5ea72f608c2222b13a1e898fc7
-SIZE (gitlab-runner/dominikh-go-tools-v0.0.1-2020.1.4_GH0.tar.gz) = 406057
+SHA256 (gitlab-runner/form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 179ca725463e7f13be8591bc285f4048da6887b1056d96848b16e137c995a2e2
+SIZE (gitlab-runner/form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 38248
 SHA256 (gitlab-runner/fullsailor-pkcs7-d7302db945fa_GH0.tar.gz) = ea72122c3be8fef40cfd9ce652925325a03fa0b6d93cdb5bf76c8f21e24222da
 SIZE (gitlab-runner/fullsailor-pkcs7-d7302db945fa_GH0.tar.gz) = 24181
 SHA256 (gitlab-runner/getsentry-raven-go-dffeb57df75d_GH0.tar.gz) = 40e1d99726c5fe2635cd1c65a2cea95034c49c884970ca993f1250c1e44e00fc
 SIZE (gitlab-runner/getsentry-raven-go-dffeb57df75d_GH0.tar.gz) = 21848
 SHA256 (gitlab-runner/go-inf-inf-v0.9.0_GH0.tar.gz) = baa5f86ae50e08e0b88b8da3891c6d2071ce47cafe0e4ed99f9c45bc49cf5aab
 SIZE (gitlab-runner/go-inf-inf-v0.9.0_GH0.tar.gz) = 13075
-SHA256 (gitlab-runner/go-ini-ini-v1.52.0_GH0.tar.gz) = 56bce700d83c60ec5b27249fe7e18912f87f63a91d5e8d5cd07e2eb7823a300b
-SIZE (gitlab-runner/go-ini-ini-v1.52.0_GH0.tar.gz) = 44304
+SHA256 (gitlab-runner/go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e
+SIZE (gitlab-runner/go-ini-ini-v1.62.0_GH0.tar.gz) = 50314
 SHA256 (gitlab-runner/go-yaml-yaml-eeeca48fe776_GH0.tar.gz) = 77e421545f853bf0b0431ed5026f10ebeeadd436334ac156169b78f82e86bdf5
 SIZE (gitlab-runner/go-yaml-yaml-eeeca48fe776_GH0.tar.gz) = 88787
 SHA256 (gitlab-runner/go-yaml-yaml-v2.2.8_GH0.tar.gz) = 9632d0760e9a07c414f2b2b6cd453d6225e42ecea77906883b23f1f1d0546045
 SIZE (gitlab-runner/go-yaml-yaml-v2.2.8_GH0.tar.gz) = 72732
 SHA256 (gitlab-runner/gogo-protobuf-v1.1.1_GH0.tar.gz) = 9f8c2ad49849ab063cd9fef67e77d49606640044227ecf7f3617ea2c92ef147c
 SIZE (gitlab-runner/gogo-protobuf-v1.1.1_GH0.tar.gz) = 1868227
-SHA256 (gitlab-runner/golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624
-SIZE (gitlab-runner/golang-appengine-v1.6.6_GH0.tar.gz) = 332981
-SHA256 (gitlab-runner/golang-crypto-2aa609cf4a9d_GH0.tar.gz) = 5fe90bd9def2114d4772a2e394ac1a5e015b2bca17678f358371f93eb332536e
-SIZE (gitlab-runner/golang-crypto-2aa609cf4a9d_GH0.tar.gz) = 1726702
+SHA256 (gitlab-runner/golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f
+SIZE (gitlab-runner/golang-appengine-v1.6.7_GH0.tar.gz) = 333007
+SHA256 (gitlab-runner/golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8
+SIZE (gitlab-runner/golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798
 SHA256 (gitlab-runner/golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
 SIZE (gitlab-runner/golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
 SHA256 (gitlab-runner/golang-lint-738671d3881b_GH0.tar.gz) = c3c30939f0592da3a4b470afd40cdf2924a2749e251b4188f53a918445fb67b4
 SIZE (gitlab-runner/golang-lint-738671d3881b_GH0.tar.gz) = 31848
-SHA256 (gitlab-runner/golang-mock-v1.4.3_GH0.tar.gz) = a5961e57823e449a7f1bd6c958628e4f5d167b7cd8b83b81c10b609f9f5591ce
-SIZE (gitlab-runner/golang-mock-v1.4.3_GH0.tar.gz) = 55835
-SHA256 (gitlab-runner/golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a
-SIZE (gitlab-runner/golang-mod-v0.3.0_GH0.tar.gz) = 93941
-SHA256 (gitlab-runner/golang-net-627f9648deb9_GH0.tar.gz) = a171ecd3ca1ca546c82806d7ddba1985b18da28530cb7479ea62d90ea1f81041
-SIZE (gitlab-runner/golang-net-627f9648deb9_GH0.tar.gz) = 1177189
-SHA256 (gitlab-runner/golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8
-SIZE (gitlab-runner/golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 47016
-SHA256 (gitlab-runner/golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87
-SIZE (gitlab-runner/golang-protobuf-v1.4.2_GH0.tar.gz) = 171778
+SHA256 (gitlab-runner/golang-mock-v1.4.4_GH0.tar.gz) = a3e25a2c234f82f6685e143681e223462bd1cc0098375a48dc042e227f2cd677
+SIZE (gitlab-runner/golang-mock-v1.4.4_GH0.tar.gz) = 55141
+SHA256 (gitlab-runner/golang-mod-v0.4.0_GH0.tar.gz) = d4458f389f596223fd9730d83d592d5f7fbc5603a4a9ca25fd9a21a140c34553
+SIZE (gitlab-runner/golang-mod-v0.4.0_GH0.tar.gz) = 102301
+SHA256 (gitlab-runner/golang-net-6772e930b67b_GH0.tar.gz) = fde23e272650c45d1538ff7fc0e88d3935f6bb2a45c8c4d595c0b9375301d52e
+SIZE (gitlab-runner/golang-net-6772e930b67b_GH0.tar.gz) = 1251401
+SHA256 (gitlab-runner/golang-oauth2-0b49973bad19_GH0.tar.gz) = aa2f3fa36212b76ebd04f8813370e2c7933481fceafa3fd369c5c76aa249569a
+SIZE (gitlab-runner/golang-oauth2-0b49973bad19_GH0.tar.gz) = 64114
+SHA256 (gitlab-runner/golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610
+SIZE (gitlab-runner/golang-protobuf-v1.4.3_GH0.tar.gz) = 171969
 SHA256 (gitlab-runner/golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85
 SIZE (gitlab-runner/golang-snappy-v0.0.1_GH0.tar.gz) = 62605
-SHA256 (gitlab-runner/golang-sync-67f06af15bc9_GH0.tar.gz) = 1d77987f36d54a2918aa7d62555a3801776c6c182a5f643c9dd01d93064fd5a2
-SIZE (gitlab-runner/golang-sync-67f06af15bc9_GH0.tar.gz) = 18701
+SHA256 (gitlab-runner/golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba
+SIZE (gitlab-runner/golang-sync-09787c993a3a_GH0.tar.gz) = 18734
 SHA256 (gitlab-runner/golang-sys-f9321e4c35a6_GH0.tar.gz) = 7be8cd1e36c920da06a6db61a68854ab871e49841178bf60a361acfabb2e3912
 SIZE (gitlab-runner/golang-sys-f9321e4c35a6_GH0.tar.gz) = 1080301
-SHA256 (gitlab-runner/golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
-SIZE (gitlab-runner/golang-text-v0.3.2_GH0.tar.gz) = 7168069
-SHA256 (gitlab-runner/golang-time-555d28b269f0_GH0.tar.gz) = 8ce368da65025dad4e4ed302a5835e2b3579f3a111721f9b275803519a5d10b3
-SIZE (gitlab-runner/golang-time-555d28b269f0_GH0.tar.gz) = 9577
-SHA256 (gitlab-runner/golang-tools-1b747fd94509_GH0.tar.gz) = 0b10b9f481c7a02a273cd27d695302c93c0f00cded5fbcce858995b328b2bae3
-SIZE (gitlab-runner/golang-tools-1b747fd94509_GH0.tar.gz) = 2469793
-SHA256 (gitlab-runner/golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7
-SIZE (gitlab-runner/golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657
-SHA256 (gitlab-runner/google-go-cloud-v0.20.0_GH0.tar.gz) = 5ed8b30a7e7582429e1775e5981f8188e105707d37845b393033af7d0b05da4b
-SIZE (gitlab-runner/google-go-cloud-v0.20.0_GH0.tar.gz) = 2579757
-SHA256 (gitlab-runner/google-go-genproto-7c474a2e3482_GH0.tar.gz) = a08cbffb9935b7f7b9714ee461c8b5c4fbabb3a30f7d8d7ebd24b9c06e6fd183
-SIZE (gitlab-runner/google-go-genproto-7c474a2e3482_GH0.tar.gz) = 9301769
+SHA256 (gitlab-runner/golang-term-7de9c90e9dd1_GH0.tar.gz) = 73603eaab2ab2bfe05061d64ad09f8ed7469de6964a672398f7bf82cffb4b1da
+SIZE (gitlab-runner/golang-term-7de9c90e9dd1_GH0.tar.gz) = 15239
+SHA256 (gitlab-runner/golang-text-v0.3.4_GH0.tar.gz) = 39eabfef83413361eafd4353ee9d9821707853235f2e55f3d5b1d38ce698fe89
+SIZE (gitlab-runner/golang-text-v0.3.4_GH0.tar.gz) = 8354508
+SHA256 (gitlab-runner/golang-time-3af7569d3a1e_GH0.tar.gz) = 93c79ee7ad72641dc5ebd47e6ecffa66e878e367ddbbef48208ff82a0b6fc7e0
+SIZE (gitlab-runner/golang-time-3af7569d3a1e_GH0.tar.gz) = 9619
+SHA256 (gitlab-runner/golang-tools-a1a1cbeaa516_GH0.tar.gz) = 676229094a62cbb39c09d5be273d2f83b25ca4d3ea2f0e4990df3aaf7306dae2
+SIZE (gitlab-runner/golang-tools-a1a1cbeaa516_GH0.tar.gz) = 2646958
+SHA256 (gitlab-runner/golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
+SIZE (gitlab-runner/golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
+SHA256 (gitlab-runner/google-go-cloud-5094f54ed8bb_GH0.tar.gz) = 07575ad4f9bee02ae440190e188c43325c5b24733546eb7c565a7deca260b62a
+SIZE (gitlab-runner/google-go-cloud-5094f54ed8bb_GH0.tar.gz) = 2594866
+SHA256 (gitlab-runner/google-go-genproto-6486ece9c497_GH0.tar.gz) = 1eb9f8758c19064f2c795fc5c3ebf422c3d59295feb6b1f2193fe44958437c05
+SIZE (gitlab-runner/google-go-genproto-6486ece9c497_GH0.tar.gz) = 7292461
 SHA256 (gitlab-runner/google-gofuzz-v1.0.0_GH0.tar.gz) = c614b23263110dcf0881f13e9cac482ca01b222cd4a2664827574867a5437c66
 SIZE (gitlab-runner/google-gofuzz-v1.0.0_GH0.tar.gz) = 13201
-SHA256 (gitlab-runner/google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423
-SIZE (gitlab-runner/google-uuid-v1.1.1_GH0.tar.gz) = 13543
+SHA256 (gitlab-runner/google-uuid-v1.1.2_GH0.tar.gz) = e650558e314307cf33391d0a9ef575b418188206d61cb9751e9f11bceb0874d0
+SIZE (gitlab-runner/google-uuid-v1.1.2_GH0.tar.gz) = 13871
 SHA256 (gitlab-runner/google-wire-v0.4.0_GH0.tar.gz) = dacea2edfd662d5206269bf7c99f9c3a1b0ab9f74d01255ea22faf68ad9c16c1
 SIZE (gitlab-runner/google-wire-v0.4.0_GH0.tar.gz) = 87136
 SHA256 (gitlab-runner/googleapis-gax-go-v2.0.2_GH0.tar.gz) = 624786968d59eb032cfe049f139ddc14be1be5d508c34ebf520edc3946bae2ac
@@ -119,12 +121,12 @@ SHA256 (gitlab-runner/googleapis-gax-go-v2.0.5_GH0.tar
 SIZE (gitlab-runner/googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328
 SHA256 (gitlab-runner/googleapis-gnostic-v0.1.0_GH0.tar.gz) = 4753a8a6c4b45fe3499732b1a6c13f6a461a9a5fa30ba8587ce1037e6b2153d2
 SIZE (gitlab-runner/googleapis-gnostic-v0.1.0_GH0.tar.gz) = 404495
-SHA256 (gitlab-runner/googleapis-google-api-go-client-v0.26.0_GH0.tar.gz) = 918826a01cca5c8d0259c381b45204ab2782b5b2230b59a6ac4f99c1c0def044
-SIZE (gitlab-runner/googleapis-google-api-go-client-v0.26.0_GH0.tar.gz) = 15239058
-SHA256 (gitlab-runner/googleapis-google-cloud-go-storage-v1.9.0_GH0.tar.gz) = f76ccc4076e4f0fe4df516ab00d411a3334ac51c4a3851a45fff1b3c4891af7c
-SIZE (gitlab-runner/googleapis-google-cloud-go-storage-v1.9.0_GH0.tar.gz) = 2774867
-SHA256 (gitlab-runner/googleapis-google-cloud-go-v0.58.0_GH0.tar.gz) = 60a27ff353fbecc003d615e66bc49921502e409d8fcad2a3e7bef165492bbcd2
-SIZE (gitlab-runner/googleapis-google-cloud-go-v0.58.0_GH0.tar.gz) = 2776710
+SHA256 (gitlab-runner/googleapis-google-api-go-client-v0.36.0_GH0.tar.gz) = 8bde85415eb56ce3080c0abf90e232d910e494d175ac9d5d9277c136162788fd
+SIZE (gitlab-runner/googleapis-google-api-go-client-v0.36.0_GH0.tar.gz) = 17490973
+SHA256 (gitlab-runner/googleapis-google-cloud-go-storage-v1.12.0_GH0.tar.gz) = be05508276b43e3dcf899605f1b1bf36385c3c4cbb6827ce73402aca07edc50f
+SIZE (gitlab-runner/googleapis-google-cloud-go-storage-v1.12.0_GH0.tar.gz) = 3011763
+SHA256 (gitlab-runner/googleapis-google-cloud-go-v0.72.0_GH0.tar.gz) = 38986132ff11085966c57367c7ed75df3921b8edaea4b14207180df8f3031401
+SIZE (gitlab-runner/googleapis-google-cloud-go-v0.72.0_GH0.tar.gz) = 3118133
 SHA256 (gitlab-runner/gophercloud-gophercloud-e25975f29734_GH0.tar.gz) = 08ecefd48a6329e0cbaccceb2196fb669d940f401c7bda30fb02f55433d87ed6
 SIZE (gitlab-runner/gophercloud-gophercloud-e25975f29734_GH0.tar.gz) = 612988
 SHA256 (gitlab-runner/gorhill-cronexpr-f0984319b442_GH0.tar.gz) = dcaeed61c5de01b02c77de2500e5a8d9bad9f77cc1a825e89f310ceaf751fa85
@@ -133,10 +135,10 @@ SHA256 (gitlab-runner/gorilla-context-v1.1.1_GH0.tar.g
 SIZE (gitlab-runner/gorilla-context-v1.1.1_GH0.tar.gz) = 4574
 SHA256 (gitlab-runner/gorilla-mux-599cba5e7b61_GH0.tar.gz) = 99dc49d0d598ed3b79c58cfa25f5afc80166109be54b492d50560e936d8793b8
 SIZE (gitlab-runner/gorilla-mux-599cba5e7b61_GH0.tar.gz) = 27875
-SHA256 (gitlab-runner/gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d
-SIZE (gitlab-runner/gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228
-SHA256 (gitlab-runner/grpc-grpc-go-v1.29.1_GH0.tar.gz) = b626c128878d1d7aaf79c6f4f73cba0eadd26405a30fc00b71cc9a12e56fef38
-SIZE (gitlab-runner/grpc-grpc-go-v1.29.1_GH0.tar.gz) = 892944
+SHA256 (gitlab-runner/gorilla-websocket-v1.4.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6
+SIZE (gitlab-runner/gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218
+SHA256 (gitlab-runner/grpc-grpc-go-v1.34.0_GH0.tar.gz) = 44eef6f9d159f289383ba844ca1a5b56eaf1a34463ee4b8e9e55c98d62108c1d
+SIZE (gitlab-runner/grpc-grpc-go-v1.34.0_GH0.tar.gz) = 1159437
 SHA256 (gitlab-runner/hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128
 SIZE (gitlab-runner/hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346
 SHA256 (gitlab-runner/hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b
@@ -161,14 +163,16 @@ SHA256 (gitlab-runner/imdario-mergo-v0.3.7_GH0.tar.gz)
 SIZE (gitlab-runner/imdario-mergo-v0.3.7_GH0.tar.gz) = 16668
 SHA256 (gitlab-runner/jpillora-backoff-06c7a16c845d_GH0.tar.gz) = f75f46604d49c5bcb9926fbe07e2f430b6fe5301502c921f8637a4953249a3ff
 SIZE (gitlab-runner/jpillora-backoff-06c7a16c845d_GH0.tar.gz) = 3255
-SHA256 (gitlab-runner/json-iterator-go-v1.1.7_GH0.tar.gz) = fb0560a12eab7071f8518104703b6b2b1e6a5a0b564c8d61b0b68d29f6471233
-SIZE (gitlab-runner/json-iterator-go-v1.1.7_GH0.tar.gz) = 77936
+SHA256 (gitlab-runner/json-iterator-go-v1.1.10_GH0.tar.gz) = 15e761079f413a9edcf86ea628998e328c12aaed92af462363191fa76e9809a6
+SIZE (gitlab-runner/json-iterator-go-v1.1.10_GH0.tar.gz) = 83384
 SHA256 (gitlab-runner/jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15
 SIZE (gitlab-runner/jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764
 SHA256 (gitlab-runner/kardianos-osext-c2c54e542fb7_GH0.tar.gz) = e1c33f61668434daf601b09447f7712f1d2d3aae1d2915528b0dda7030d6c005
 SIZE (gitlab-runner/kardianos-osext-c2c54e542fb7_GH0.tar.gz) = 4722
-SHA256 (gitlab-runner/klauspost-compress-v1.11.3_GH0.tar.gz) = cdd26d4ee5af294e837695c9f9302bd330487ad6428435d40f76b15dd46a41ac
-SIZE (gitlab-runner/klauspost-compress-v1.11.3_GH0.tar.gz) = 17345956
+SHA256 (gitlab-runner/klauspost-compress-v1.11.6_GH0.tar.gz) = 72ac6579b8d59c8739af48b101e7d3c34a7d530fea528d375215dd8baac4abcd
+SIZE (gitlab-runner/klauspost-compress-v1.11.6_GH0.tar.gz) = 17445636
+SHA256 (gitlab-runner/klauspost-cpuid-v1.3.1_GH0.tar.gz) = 3bf2da7358c8ed33c05bac2ca733749ade03eadf184d81cc7b16fcbe2e230f1d
+SIZE (gitlab-runner/klauspost-cpuid-v1.3.1_GH0.tar.gz) = 367144
 SHA256 (gitlab-runner/klauspost-pgzip-v1.2.5_GH0.tar.gz) = a64bad5981a232f6b5a40e488708b19a0551e83465f6792b7925f90829d7a830
 SIZE (gitlab-runner/klauspost-pgzip-v1.2.5_GH0.tar.gz) = 125923
 SHA256 (gitlab-runner/konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
@@ -193,8 +197,10 @@ SHA256 (gitlab-runner/mattn-go-ieproxy-v0.0.1_GH0.tar.
 SIZE (gitlab-runner/mattn-go-ieproxy-v0.0.1_GH0.tar.gz) = 9090
 SHA256 (gitlab-runner/matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
 SIZE (gitlab-runner/matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
-SHA256 (gitlab-runner/minio-minio-go-v6.0.49_GH0.tar.gz) = 958a00adb0c9ad757d912aae979283b4f9194903bb5a6dc0af61653009c0b24b
-SIZE (gitlab-runner/minio-minio-go-v6.0.49_GH0.tar.gz) = 206816
+SHA256 (gitlab-runner/minio-md5-simd-v1.1.1_GH0.tar.gz) = 8c7cff580a084493e2fe863aad69497f9a7aebd824ddb97b8e34df2e1f3a83a1
+SIZE (gitlab-runner/minio-md5-simd-v1.1.1_GH0.tar.gz) = 99915
+SHA256 (gitlab-runner/minio-minio-go-v6.0.57_GH0.tar.gz) = a0d5f602fae761d7b7ff6f5d880a9998c311eb04ee2752ab46fe1012583d3f3f
+SIZE (gitlab-runner/minio-minio-go-v6.0.57_GH0.tar.gz) = 220784
 SHA256 (gitlab-runner/minio-sha256-simd-v0.1.1_GH0.tar.gz) = bc1f1e80dc1291f6d26933658155488cc895f6b8a4944479d462cf5a79112109
 SIZE (gitlab-runner/minio-sha256-simd-v0.1.1_GH0.tar.gz) = 65024
 SHA256 (gitlab-runner/mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
@@ -203,8 +209,8 @@ SHA256 (gitlab-runner/mitchellh-gox-v1.0.1_GH0.tar.gz)
 SIZE (gitlab-runner/mitchellh-gox-v1.0.1_GH0.tar.gz) = 30819
 SHA256 (gitlab-runner/mitchellh-iochan-v1.0.0_GH0.tar.gz) = 2a9d55fa9fcdfca4c9299b0500acd5a6ced203cff60f296a5f136cf78fce938b
 SIZE (gitlab-runner/mitchellh-iochan-v1.0.0_GH0.tar.gz) = 1817
-SHA256 (gitlab-runner/mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
-SIZE (gitlab-runner/mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
+SHA256 (gitlab-runner/mitchellh-mapstructure-v1.4.0_GH0.tar.gz) = 7629b5821ec91aa7fe5a786a9af46f81c22b78946d24a978b67cbf98552a96b6
+SIZE (gitlab-runner/mitchellh-mapstructure-v1.4.0_GH0.tar.gz) = 27238
 SHA256 (gitlab-runner/moby-moby-v0.4.1_GH0.tar.gz) = e1ef4a88125a979b0fce25bf57d76b81a554f45e6d1ad202d524517a9c6919a5
 SIZE (gitlab-runner/moby-moby-v0.4.1_GH0.tar.gz) = 1207383
 SHA256 (gitlab-runner/modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f
@@ -231,16 +237,16 @@ SHA256 (gitlab-runner/prometheus-common-v0.6.0_GH0.tar
 SIZE (gitlab-runner/prometheus-common-v0.6.0_GH0.tar.gz) = 99696
 SHA256 (gitlab-runner/prometheus-procfs-v0.0.5_GH0.tar.gz) = 0a28cd42f6c727ccd48878f7506f0a9c87b72e7dba122f8c6884aba3aab7c800
 SIZE (gitlab-runner/prometheus-procfs-v0.0.5_GH0.tar.gz) = 112152
-SHA256 (gitlab-runner/protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 318e54ee12d09e9c76fc11cf85f6297360e6444b74a6a7882450501bb952ba56
-SIZE (gitlab-runner/protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 1227640
+SHA256 (gitlab-runner/protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2
+SIZE (gitlab-runner/protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804
 SHA256 (gitlab-runner/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 4e2b03027a6de87825fcf450a728c86b83d9c30b062310323c6009e298da6711
 SIZE (gitlab-runner/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 2969
-SHA256 (gitlab-runner/saracen-fastzip-v0.1.4_GH0.tar.gz) = 563e5ac472499f4dd0aed477f2ab83abeeb8bac097aeace0477c86e78a7b3515
-SIZE (gitlab-runner/saracen-fastzip-v0.1.4_GH0.tar.gz) = 15577
+SHA256 (gitlab-runner/saracen-fastzip-v0.1.5_GH0.tar.gz) = fa6979f899d2ea0560e7a00d9438208ef2a5c26953c1122826034b6169ac62e7
+SIZE (gitlab-runner/saracen-fastzip-v0.1.5_GH0.tar.gz) = 15591
 SHA256 (gitlab-runner/saracen-zipextra-7347a2ee3f10_GH0.tar.gz) = 8c8b3cebce58558644682fcaa95888718a1d861a6575d92b8ba35cacd28395a5
 SIZE (gitlab-runner/saracen-zipextra-7347a2ee3f10_GH0.tar.gz) = 5689
-SHA256 (gitlab-runner/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9
-SIZE (gitlab-runner/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373
+SHA256 (gitlab-runner/sirupsen-logrus-v1.5.0_GH0.tar.gz) = b93c79fdb137a8c723bd096cf7cf1871e2c038e790d7f3cb5758e07bc2b836f3
+SIZE (gitlab-runner/sirupsen-logrus-v1.5.0_GH0.tar.gz) = 45329
 SHA256 (gitlab-runner/spf13-pflag-4c012f6dcd95_GH0.tar.gz) = 011db16588a73f315cbf69aadf4b47cfe776de8bd1e6a854d42bbdbdf9626b0d
 SIZE (gitlab-runner/spf13-pflag-4c012f6dcd95_GH0.tar.gz) = 40018
 SHA256 (gitlab-runner/square-go-jose-v2.3.1_GH0.tar.gz) = 325bc36d91cc97d724c5c7d107adb7d75c1de32a18e9ff75a3b8341a995c3b6a
@@ -253,8 +259,8 @@ SHA256 (gitlab-runner/tevino-abool-3c25f2fe7cd0_GH0.ta
 SIZE (gitlab-runner/tevino-abool-3c25f2fe7cd0_GH0.tar.gz) = 2850
 SHA256 (gitlab-runner/urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade
 SIZE (gitlab-runner/urfave-cli-v1.20.0_GH0.tar.gz) = 58397
-SHA256 (gitlab-runner/gitlab-org-gitlab-runner-943fc2521df7d18aacd73ab211c35546ace47c27_GL0.tar.gz) = 41bd4384fc8aa5f3d335e652e6d89e9a3466051211c3866394ea7bd691ac5802
-SIZE (gitlab-runner/gitlab-org-gitlab-runner-943fc2521df7d18aacd73ab211c35546ace47c27_GL0.tar.gz) = 8051763
+SHA256 (gitlab-runner/gitlab-org-gitlab-runner-775dd39d7476642c4dbc3655b375acf93a3556bb_GL0.tar.gz) = c5c29eb86942e8b39904caa4afeebc53bc2fcb909e27b39e8da33a47fa70be9d
+SIZE (gitlab-runner/gitlab-org-gitlab-runner-775dd39d7476642c4dbc3655b375acf93a3556bb_GL0.tar.gz) = 8287459
 SHA256 (gitlab-runner/ayufan-golang-cli-helpers-a7cf72d604cdf0af6031dd5d54a4e513abeff0d4_GL0.tar.gz) = 567729855288797a02de78a81dffa6de07f9bae38b7269514ec74ceda4787efd
 SIZE (gitlab-runner/ayufan-golang-cli-helpers-a7cf72d604cdf0af6031dd5d54a4e513abeff0d4_GL0.tar.gz) = 4296
 SHA256 (gitlab-runner/gitlab-org-gitlab-terminal-5af59b871b1bcc3f4b733f6db0ff3b6e8b247b92_GL0.tar.gz) = d84d2f8643e0ca4b27d40830ecbf3352f26a091b378002cf48b7fc730d4b5e76



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102050322.1153MWtb077819>