mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 8.35.0 which is required for gitlab 13.1.
This commit is contained in:
parent
930bcb4f2a
commit
7b1179680e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539900
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-workhorse
|
||||
PORTVERSION= 8.31.1
|
||||
PORTVERSION= 8.35.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www
|
||||
|
||||
@ -21,37 +21,43 @@ MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}"
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= gitlab-org
|
||||
# Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags
|
||||
GL_COMMIT= 087573d433d1c7ba766ac10c28c1c245a6d0c784
|
||||
GL_COMMIT= 1b82d4955efe81241cf9ab06443bb810df03f556
|
||||
|
||||
# for go dependencies
|
||||
USE_GITHUB= nodefault
|
||||
# generated with: make gomod-vendor
|
||||
# 60dd
|
||||
# 70dd
|
||||
GH_TUPLE= \
|
||||
BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
|
||||
DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \
|
||||
FZambia:sentinel:v1.0.0:fzambia_sentinel/vendor/github.com/FZambia/sentinel \
|
||||
alecthomas:chroma:v0.7.3:alecthomas_chroma/vendor/github.com/alecthomas/chroma \
|
||||
aws:aws-sdk-go:v1.31.7:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
|
||||
beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \
|
||||
census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
|
||||
certifi:gocertifi:ee1a9a0726d2:certifi_gocertifi/vendor/github.com/certifi/gocertifi \
|
||||
client9:reopen:v1.0.0:client9_reopen/vendor/github.com/client9/reopen \
|
||||
codahale:hdrhistogram:3a0bb77429bd:codahale_hdrhistogram/vendor/github.com/codahale/hdrhistogram \
|
||||
danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \
|
||||
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 \
|
||||
dlclark:regexp2:v1.2.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \
|
||||
dominikh:go-tools:v0.0.1-2019.2.3:dominikh_go_tools/vendor/honnef.co/go/tools \
|
||||
getsentry:raven-go:v0.1.2:getsentry_raven_go/vendor/github.com/getsentry/raven-go \
|
||||
go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:gddo:af0f2af80721:golang_gddo/vendor/github.com/golang/gddo \
|
||||
golang:groupcache:215e87163ea7:golang_groupcache/vendor/github.com/golang/groupcache \
|
||||
golang:lint:fdd1cda4f05f:golang_lint/vendor/golang.org/x/lint \
|
||||
golang:net:6afb5195e5aa:golang_net/vendor/golang.org/x/net \
|
||||
golang:mod:v0.2.0:golang_mod/vendor/golang.org/x/mod \
|
||||
golang:net:0de0cce0169b:golang_net/vendor/golang.org/x/net \
|
||||
golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \
|
||||
golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:sys:d101bd2416d5:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:sys:669c56c373c4:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
||||
golang:tools:43d50277825c:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:tools:cb1345f3a375:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \
|
||||
gomodule:redigo:v2.0.0:gomodule_redigo/vendor/github.com/gomodule/redigo \
|
||||
google:go-genproto:ca5a22157cba:google_go_genproto/vendor/google.golang.org/genproto \
|
||||
google:pprof:d4f498aebedc:google_pprof/vendor/github.com/google/pprof \
|
||||
@ -63,6 +69,8 @@ GH_TUPLE= \
|
||||
grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \
|
||||
grpc:grpc-go:v1.24.0:grpc_grpc_go/vendor/google.golang.org/grpc \
|
||||
jfbus:httprs:b0af8319bb15:jfbus_httprs/vendor/github.com/jfbus/httprs \
|
||||
jmespath:go-jmespath:v0.3.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
|
||||
johannesboyne:gofakes3:02d71f533bec:johannesboyne_gofakes3/vendor/github.com/johannesboyne/gofakes3 \
|
||||
jpillora:backoff:8eab2debe79d:jpillora_backoff/vendor/github.com/jpillora/backoff \
|
||||
konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
|
||||
lightstep:lightstep-tracer-go:v0.15.6:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \
|
||||
@ -71,22 +79,24 @@ GH_TUPLE= \
|
||||
mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \
|
||||
opentracing:opentracing-go:v1.0.2:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
|
||||
philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \
|
||||
pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \
|
||||
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
|
||||
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
|
||||
prometheus:client_golang:v1.0.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:v0.4.1:prometheus_common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:v0.0.2:prometheus_procfs/vendor/github.com/prometheus/procfs \
|
||||
rafaeljusto:redigomock:257e089e14a1:rafaeljusto_redigomock/vendor/github.com/rafaeljusto/redigomock \
|
||||
ryszard:goskiplist:2dfbae5fcf46:ryszard_goskiplist/vendor/github.com/ryszard/goskiplist \
|
||||
sebest:xff:6c115e0ffa35:sebest_xff/vendor/github.com/sebest/xff \
|
||||
shabbyrobe:gocovmerge:3e036491d500:shabbyrobe_gocovmerge/vendor/github.com/shabbyrobe/gocovmerge \
|
||||
sirupsen:logrus:v1.3.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
||||
stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
tinylib:msgp:v1.1.0:tinylib_msgp/vendor/github.com/tinylib/msgp \
|
||||
uber:jaeger-client-go:v2.15.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \
|
||||
uber:jaeger-lib:v1.5.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib
|
||||
|
||||
GL_TUPLE= gitlab-org:gitaly:acc6be5a2cba43e4a39d05a7c995062fb9279ee6:gitlab_org_gitaly/vendor/gitlab.com/gitlab-org/gitaly \
|
||||
gitlab-org:labkit:fac94cb428e67efc019e7ba67429b53fa9b394c5:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit
|
||||
gitlab-org:labkit:96e583c57891010df9b5b65d62bbae04e76c341e:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit
|
||||
|
||||
PLIST_FILES= bin/gitlab-workhorse \
|
||||
bin/gitlab-zip-cat \
|
||||
|
@ -1,10 +1,14 @@
|
||||
TIMESTAMP = 1590650815
|
||||
TIMESTAMP = 1592636624
|
||||
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
|
||||
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
|
||||
SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
|
||||
SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111
|
||||
SHA256 (FZambia-sentinel-v1.0.0_GH0.tar.gz) = ae08e912e4fd69a0c5d11f832a484f13695ce20e8d32878eba23bc89d9d79e5e
|
||||
SIZE (FZambia-sentinel-v1.0.0_GH0.tar.gz) = 7919
|
||||
SHA256 (alecthomas-chroma-v0.7.3_GH0.tar.gz) = 1007e82cc44cea04542c282b19bab25a59cb1e53149aaa7f0e2d9ce72ba80114
|
||||
SIZE (alecthomas-chroma-v0.7.3_GH0.tar.gz) = 615181
|
||||
SHA256 (aws-aws-sdk-go-v1.31.7_GH0.tar.gz) = db66cd1bb2151615ce13b1d170c89c1b5d1c86b032dab89a3f249bfd58fcc52b
|
||||
SIZE (aws-aws-sdk-go-v1.31.7_GH0.tar.gz) = 14860005
|
||||
SHA256 (beorn7-perks-v1.0.0_GH0.tar.gz) = b69d92e2e84b7d510dfa6110d3ac4ada0096a6c81190c5e174aa888bfe475cbc
|
||||
SIZE (beorn7-perks-v1.0.0_GH0.tar.gz) = 10866
|
||||
SHA256 (census-instrumentation-opencensus-go-v0.22.2_GH0.tar.gz) = 0aa930142b669d7c47e2b8343f6adc9f03414a9c45763c5f746de95231d6ad6d
|
||||
@ -15,16 +19,20 @@ SHA256 (client9-reopen-v1.0.0_GH0.tar.gz) = 64829db9b9fd0dd94b2444c45a2cb6e926b7
|
||||
SIZE (client9-reopen-v1.0.0_GH0.tar.gz) = 6283
|
||||
SHA256 (codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz) = 3ef6b86658bc370e027304e55a8685767f7fd8a94199f4bea08c9388bf84a1b0
|
||||
SIZE (codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz) = 7738
|
||||
SHA256 (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 7ebff38d382142f9220d2cfcb4731d0ae90cdef71238c94a15c35f8aa746007f
|
||||
SIZE (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 4955
|
||||
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
|
||||
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
|
||||
SHA256 (dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 197465ef53219f3aeb1a6940b70e16d288fe4e4108d4831b91ea101118440e63
|
||||
SIZE (dgrijalva-jwt-go-v3.2.0_GH0.tar.gz) = 36960
|
||||
SHA256 (dlclark-regexp2-v1.2.0_GH0.tar.gz) = 9b4d25630d0ce86bcd518d79ce47365a84c7c75de2334b2708f1bddcc1df47fe
|
||||
SIZE (dlclark-regexp2-v1.2.0_GH0.tar.gz) = 204926
|
||||
SHA256 (dominikh-go-tools-v0.0.1-2019.2.3_GH0.tar.gz) = 3b16c5bec68f71d13be0216b849ce910aa4a1844db6e08dafe90fb1a439974c7
|
||||
SIZE (dominikh-go-tools-v0.0.1-2019.2.3_GH0.tar.gz) = 367559
|
||||
SHA256 (getsentry-raven-go-v0.1.2_GH0.tar.gz) = fe603da75a8284273f253a8524d456cd6293fb47508d907f830153ed9af98cb5
|
||||
SIZE (getsentry-raven-go-v0.1.2_GH0.tar.gz) = 19314
|
||||
SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff
|
||||
SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656
|
||||
SHA256 (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 9632d0760e9a07c414f2b2b6cd453d6225e42ecea77906883b23f1f1d0546045
|
||||
SIZE (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 72732
|
||||
SHA256 (golang-appengine-v1.6.5_GH0.tar.gz) = 4e7df5d4ec2dda0f59f26925b36a087843fd1a165adb938712068376bf791316
|
||||
SIZE (golang-appengine-v1.6.5_GH0.tar.gz) = 332903
|
||||
SHA256 (golang-crypto-87dc89f01550_GH0.tar.gz) = d81e26d345c6cd9f132fd69547b14200603d6f3b50622ebceace32dfe456339b
|
||||
@ -35,18 +43,22 @@ SHA256 (golang-groupcache-215e87163ea7_GH0.tar.gz) = 500b097a42fb5c0cd516f1bb56e
|
||||
SIZE (golang-groupcache-215e87163ea7_GH0.tar.gz) = 26040
|
||||
SHA256 (golang-lint-fdd1cda4f05f_GH0.tar.gz) = d02215cdf7a8c9e1874406b0414f3799e13e235ed4de142f837f68aa69d6fd55
|
||||
SIZE (golang-lint-fdd1cda4f05f_GH0.tar.gz) = 31573
|
||||
SHA256 (golang-net-6afb5195e5aa_GH0.tar.gz) = e326d6b33545abf9db8bb622852d66e34f0957833e4c8839f8a01309b5aa263d
|
||||
SIZE (golang-net-6afb5195e5aa_GH0.tar.gz) = 1172285
|
||||
SHA256 (golang-mod-v0.2.0_GH0.tar.gz) = 9303817a4b5b7fb30b8bf55172bd3c2996730d0493e34f1c047a2447caa468b8
|
||||
SIZE (golang-mod-v0.2.0_GH0.tar.gz) = 91774
|
||||
SHA256 (golang-net-0de0cce0169b_GH0.tar.gz) = 74c2cbbb7d9fbbb024dea88d3003939d5e394f0e01dbbf8c431fd90a82f1cd56
|
||||
SIZE (golang-net-0de0cce0169b_GH0.tar.gz) = 1172526
|
||||
SHA256 (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8
|
||||
SIZE (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 47016
|
||||
SHA256 (golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65
|
||||
SIZE (golang-protobuf-v1.3.2_GH0.tar.gz) = 312285
|
||||
SHA256 (golang-sys-d101bd2416d5_GH0.tar.gz) = c1de80d233d3df630ed34bf80cbb3f186199e7b5218726abe0234520c8eddb8b
|
||||
SIZE (golang-sys-d101bd2416d5_GH0.tar.gz) = 1537146
|
||||
SHA256 (golang-sys-669c56c373c4_GH0.tar.gz) = f2f087da5058912cdbb6901ba01dc06be9da08e7ac4da9efa9bd18bf3b3d86a1
|
||||
SIZE (golang-sys-669c56c373c4_GH0.tar.gz) = 1050300
|
||||
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
|
||||
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
|
||||
SHA256 (golang-tools-43d50277825c_GH0.tar.gz) = 6fba984657d1c9c077383dd72b06bae31be11845d899166c6e9352d254d48a53
|
||||
SIZE (golang-tools-43d50277825c_GH0.tar.gz) = 2332595
|
||||
SHA256 (golang-tools-cb1345f3a375_GH0.tar.gz) = f0b20ae4093efa23ea6b0f99129915225a49ea46a03cf574371eeded43ca1056
|
||||
SIZE (golang-tools-cb1345f3a375_GH0.tar.gz) = 2444279
|
||||
SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7
|
||||
SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657
|
||||
SHA256 (gomodule-redigo-v2.0.0_GH0.tar.gz) = b97a9b0298c371c80b4ba141cb683eaa003c8825a5b02526a03435f6e7568289
|
||||
SIZE (gomodule-redigo-v2.0.0_GH0.tar.gz) = 42976
|
||||
SHA256 (google-go-genproto-ca5a22157cba_GH0.tar.gz) = 06778b867759fad0b06fac4067911e616184aa40061cbd37cffaa950399ad7d4
|
||||
@ -69,6 +81,10 @@ SHA256 (grpc-grpc-go-v1.24.0_GH0.tar.gz) = b8ac419ef6eb434e54e3900f0489bdda2f18d
|
||||
SIZE (grpc-grpc-go-v1.24.0_GH0.tar.gz) = 755074
|
||||
SHA256 (jfbus-httprs-b0af8319bb15_GH0.tar.gz) = c186a0bc869db44948da673132f29d9147d54a2b55a65ca16ce2c9cd616e3639
|
||||
SIZE (jfbus-httprs-b0af8319bb15_GH0.tar.gz) = 5926
|
||||
SHA256 (jmespath-go-jmespath-v0.3.0_GH0.tar.gz) = 3ecaa95ad8c9b2805f3de299133f112f198b5829de6ca0e27fa28b9f4801e18a
|
||||
SIZE (jmespath-go-jmespath-v0.3.0_GH0.tar.gz) = 49962
|
||||
SHA256 (johannesboyne-gofakes3-02d71f533bec_GH0.tar.gz) = 6861b307050bad196b9b833c39933d20580fdbe4d2648e0f40106e9869c44bf5
|
||||
SIZE (johannesboyne-gofakes3-02d71f533bec_GH0.tar.gz) = 269433
|
||||
SHA256 (jpillora-backoff-8eab2debe79d_GH0.tar.gz) = 53b3dcecf460fa4a1f21e90b486397056e661a72da15347eaa49618a0559b3f0
|
||||
SIZE (jpillora-backoff-8eab2debe79d_GH0.tar.gz) = 3262
|
||||
SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
|
||||
@ -85,8 +101,8 @@ SHA256 (opentracing-opentracing-go-v1.0.2_GH0.tar.gz) = fe3606493ab322c3ae9922b7
|
||||
SIZE (opentracing-opentracing-go-v1.0.2_GH0.tar.gz) = 24067
|
||||
SHA256 (philhofer-fwd-v1.0.0_GH0.tar.gz) = 55736f48940198a11b7aeb4faba258459451994a8889ec003ce8d8d26ceca9ff
|
||||
SIZE (philhofer-fwd-v1.0.0_GH0.tar.gz) = 9221
|
||||
SHA256 (pkg-errors-v0.8.1_GH0.tar.gz) = 7a428967c6fc2e80cd84a0d9469ab6bd4dbe6b13493ba6294322a933a5a7e356
|
||||
SIZE (pkg-errors-v0.8.1_GH0.tar.gz) = 11009
|
||||
SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
|
||||
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
|
||||
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (prometheus-client_golang-v1.0.0_GH0.tar.gz) = afee7b61a77342cc24ea55e284d08688267efca1843e529a51799fe52c5ee662
|
||||
@ -99,21 +115,25 @@ SHA256 (prometheus-procfs-v0.0.2_GH0.tar.gz) = ad1d1f1328a1c394b30225b939ed39482
|
||||
SIZE (prometheus-procfs-v0.0.2_GH0.tar.gz) = 78550
|
||||
SHA256 (rafaeljusto-redigomock-257e089e14a1_GH0.tar.gz) = 4675249a5ae415d8ac222ac160a2d35b00fd708a9953dc2eebade5386613aea9
|
||||
SIZE (rafaeljusto-redigomock-257e089e14a1_GH0.tar.gz) = 20596
|
||||
SHA256 (ryszard-goskiplist-2dfbae5fcf46_GH0.tar.gz) = 7749ec2dc1d5c16fbefc70080357ee123e6b25210cebce40e66bfa1a3cc6dc01
|
||||
SIZE (ryszard-goskiplist-2dfbae5fcf46_GH0.tar.gz) = 13876
|
||||
SHA256 (sebest-xff-6c115e0ffa35_GH0.tar.gz) = e39b98f5b0622d8d6599ca14011b4e148324eff67b69524b0ef766d64050d9e3
|
||||
SIZE (sebest-xff-6c115e0ffa35_GH0.tar.gz) = 4000
|
||||
SHA256 (shabbyrobe-gocovmerge-3e036491d500_GH0.tar.gz) = b85388ae04b223760eb091d16dfb611a946afe61f7e11b103942c71d369c603a
|
||||
SIZE (shabbyrobe-gocovmerge-3e036491d500_GH0.tar.gz) = 3273
|
||||
SHA256 (sirupsen-logrus-v1.3.0_GH0.tar.gz) = f80cfa34148c4e25c4d3030edb1fd9878d666eca7e900f1aaf0d87c67ecabe51
|
||||
SIZE (sirupsen-logrus-v1.3.0_GH0.tar.gz) = 38452
|
||||
SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
|
||||
SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
|
||||
SHA256 (stretchr-testify-v1.5.1_GH0.tar.gz) = 6d65f92aeff186bb261dbdb885d9f3ba09db3d79eb5f212fcace1fd4a2858263
|
||||
SIZE (stretchr-testify-v1.5.1_GH0.tar.gz) = 78657
|
||||
SHA256 (tinylib-msgp-v1.1.0_GH0.tar.gz) = 30ac583b725d84aee147c26d1bc31e8770a3911e8437461cda0e53fb69c54570
|
||||
SIZE (tinylib-msgp-v1.1.0_GH0.tar.gz) = 77923
|
||||
SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b89d1a6684475fcbaed3f9d2137df072e2c1f7b15feb69a8ef8963804c44c94
|
||||
SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460
|
||||
SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3
|
||||
SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655
|
||||
SHA256 (gitlab-org-gitlab-workhorse-087573d433d1c7ba766ac10c28c1c245a6d0c784_GL0.tar.gz) = 215eba0f60006018afd2cec93f37842c2ec8dd1de51e0fabc2ccd6ed0eed9193
|
||||
SIZE (gitlab-org-gitlab-workhorse-087573d433d1c7ba766ac10c28c1c245a6d0c784_GL0.tar.gz) = 223459
|
||||
SHA256 (gitlab-org-gitlab-workhorse-1b82d4955efe81241cf9ab06443bb810df03f556_GL0.tar.gz) = 2bcb83f130ed4f740db0e16ae66c6d7aa741e7ccf7000d6c3156748394515bfe
|
||||
SIZE (gitlab-org-gitlab-workhorse-1b82d4955efe81241cf9ab06443bb810df03f556_GL0.tar.gz) = 248414
|
||||
SHA256 (gitlab-org-gitaly-acc6be5a2cba43e4a39d05a7c995062fb9279ee6_GL0.tar.gz) = 40decb68620c061cadba556f836ef8efc953372b32903fd90825bb88fa79e943
|
||||
SIZE (gitlab-org-gitaly-acc6be5a2cba43e4a39d05a7c995062fb9279ee6_GL0.tar.gz) = 2800331
|
||||
SHA256 (gitlab-org-labkit-fac94cb428e67efc019e7ba67429b53fa9b394c5_GL0.tar.gz) = 496439133ff65307b8ce231f1c2d1ed27359acfdea5b2826be6799590a65d2f7
|
||||
SIZE (gitlab-org-labkit-fac94cb428e67efc019e7ba67429b53fa9b394c5_GL0.tar.gz) = 3619731
|
||||
SHA256 (gitlab-org-labkit-96e583c57891010df9b5b65d62bbae04e76c341e_GL0.tar.gz) = 16b0aaef4cb38890e9f87dcadd8274868348654f52f0a94048abfb0f3acc7f6f
|
||||
SIZE (gitlab-org-labkit-96e583c57891010df9b5b65d62bbae04e76c341e_GL0.tar.gz) = 3671104
|
||||
|
Loading…
Reference in New Issue
Block a user