View | Details | Raw Unified | Return to bug 252828
Collapse All | Expand All

(-)devel/golangci-lint/Makefile (-20 / +23 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	golangci-lint
3
PORTNAME=	golangci-lint
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.33.0
5
DISTVERSION=	1.35.2
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	vulcan@wired.sh
8
MAINTAINER=	vulcan@wired.sh
Lines 14-33 Link Here
14
USES=		go:modules
14
USES=		go:modules
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	${PORTNAME:S/-lint//}
16
GH_ACCOUNT=	${PORTNAME:S/-lint//}
17
GH_TUPLE=	\
17
GH_TUPLE=	BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
18
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
19
		Djarvur:go-err113:5174e21577d5:djarvur_go_err113/vendor/github.com/Djarvur/go-err113 \
18
		Djarvur:go-err113:5174e21577d5:djarvur_go_err113/vendor/github.com/Djarvur/go-err113 \
20
		Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \
19
		Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \
21
		OpenPeeDeeP:depguard:v1.0.1:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \
20
		OpenPeeDeeP:depguard:v1.0.1:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \
22
		StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \
21
		StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \
22
		ashanbrown:forbidigo:v1.0.0:ashanbrown_forbidigo/vendor/github.com/ashanbrown/forbidigo \
23
		ashanbrown:makezero:7b7cdbb3025a:ashanbrown_makezero/vendor/github.com/ashanbrown/makezero \
23
		bombsimon:wsl:v3.1.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \
24
		bombsimon:wsl:v3.1.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \
24
		daixiang0:gci:v0.2.4:daixiang0_gci/vendor/github.com/daixiang0/gci \
25
		daixiang0:gci:v0.2.8:daixiang0_gci/vendor/github.com/daixiang0/gci \
25
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
26
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
26
		denis-tingajkin:go-header:v0.3.1:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \
27
		denis-tingajkin:go-header:v0.4.2:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \
27
		dominikh:go-tools:v0.0.1-2020.1.6:dominikh_go_tools/vendor/honnef.co/go/tools \
28
		dominikh:go-tools:v0.0.1-2020.1.6:dominikh_go_tools/vendor/honnef.co/go/tools \
28
		fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
29
		fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
29
		fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
30
		fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
30
		go-critic:go-critic:v0.5.2:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
31
		go-critic:go-critic:v0.5.3:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
31
		go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
32
		go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
32
		go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
33
		go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
33
		go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \
34
		go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \
Lines 39-51 Link Here
39
		go-toolsmith:typep:v1.0.2:go_toolsmith_typep/vendor/github.com/go-toolsmith/typep \
40
		go-toolsmith:typep:v1.0.2:go_toolsmith_typep/vendor/github.com/go-toolsmith/typep \
40
		go-xmlfmt:xmlfmt:d5b6f63a941b:go_xmlfmt_xmlfmt/vendor/github.com/go-xmlfmt/xmlfmt \
41
		go-xmlfmt:xmlfmt:d5b6f63a941b:go_xmlfmt_xmlfmt/vendor/github.com/go-xmlfmt/xmlfmt \
41
		go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
42
		go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
42
		go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
43
		go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
43
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
44
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
44
		gofrs:flock:v0.8.0:gofrs_flock/vendor/github.com/gofrs/flock \
45
		gofrs:flock:v0.8.0:gofrs_flock/vendor/github.com/gofrs/flock \
45
		golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \
46
		golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \
46
		golang:sys:dfb3f7c4e634:golang_sys/vendor/golang.org/x/sys \
47
		golang:sys:dfb3f7c4e634:golang_sys/vendor/golang.org/x/sys \
47
		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
48
		golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \
48
		golang:tools:64a9e34f3752:golang_tools/vendor/golang.org/x/tools \
49
		golang:tools:9ed45478a130:golang_tools/vendor/golang.org/x/tools \
49
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
50
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
50
		golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \
51
		golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \
51
		golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \
52
		golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \
Lines 60-68 Link Here
60
		golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \
61
		golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \
61
		golangci:revgrep:d9c87f5ffaf0:golangci_revgrep/vendor/github.com/golangci/revgrep \
62
		golangci:revgrep:d9c87f5ffaf0:golangci_revgrep/vendor/github.com/golangci/revgrep \
62
		golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \
63
		golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \
63
		google:go-cmp:v0.5.2:google_go_cmp/vendor/github.com/google/go-cmp \
64
		google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \
64
		gostaticanalysis:analysisutil:v0.1.0:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \
65
		gostaticanalysis:analysisutil:v0.4.1:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \
65
		gostaticanalysis:comment:v1.3.0:gostaticanalysis_comment/vendor/github.com/gostaticanalysis/comment \
66
		gostaticanalysis:comment:v1.4.1:gostaticanalysis_comment/vendor/github.com/gostaticanalysis/comment \
66
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
67
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
67
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
68
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
68
		jgautheron:goconst:ccae5bf973f3:jgautheron_goconst/vendor/github.com/jgautheron/goconst \
69
		jgautheron:goconst:ccae5bf973f3:jgautheron_goconst/vendor/github.com/jgautheron/goconst \
Lines 69-74 Link Here
69
		jingyugao:rowserrcheck:72ab7603b68a:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \
70
		jingyugao:rowserrcheck:72ab7603b68a:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \
70
		jirfag:go-printf-func-name:45db9963cdd3:jirfag_go_printf_func_name/vendor/github.com/jirfag/go-printf-func-name \
71
		jirfag:go-printf-func-name:45db9963cdd3:jirfag_go_printf_func_name/vendor/github.com/jirfag/go-printf-func-name \
71
		kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \
72
		kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \
73
		kulti:thelper:v0.2.1:kulti_thelper/vendor/github.com/kulti/thelper \
72
		kunwardeep:paralleltest:v1.0.2:kunwardeep_paralleltest/vendor/github.com/kunwardeep/paralleltest \
74
		kunwardeep:paralleltest:v1.0.2:kunwardeep_paralleltest/vendor/github.com/kunwardeep/paralleltest \
73
		kyoh86:exportloopref:v0.1.8:kyoh86_exportloopref/vendor/github.com/kyoh86/exportloopref \
75
		kyoh86:exportloopref:v0.1.8:kyoh86_exportloopref/vendor/github.com/kyoh86/exportloopref \
74
		leighmcculloch:gochecknoglobals:acfc0b28355a:leighmcculloch_gochecknoglobals/vendor/4d63.com/gochecknoglobals \
76
		leighmcculloch:gochecknoglobals:acfc0b28355a:leighmcculloch_gochecknoglobals/vendor/4d63.com/gochecknoglobals \
Lines 82-88 Link Here
82
		mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
84
		mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
83
		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
85
		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
84
		moricho:tparallel:v0.2.1:moricho_tparallel/vendor/github.com/moricho/tparallel \
86
		moricho:tparallel:v0.2.1:moricho_tparallel/vendor/github.com/moricho/tparallel \
85
		mvdan:gofumpt:ab5a8192947d:mvdan_gofumpt/vendor/mvdan.cc/gofumpt \
87
		mvdan:gofumpt:v0.1.0:mvdan_gofumpt/vendor/mvdan.cc/gofumpt \
86
		mvdan:interfacer:c20040233aed:mvdan_interfacer/vendor/mvdan.cc/interfacer \
88
		mvdan:interfacer:c20040233aed:mvdan_interfacer/vendor/mvdan.cc/interfacer \
87
		mvdan:lint:adc824a0674b:mvdan_lint/vendor/mvdan.cc/lint \
89
		mvdan:lint:adc824a0674b:mvdan_lint/vendor/mvdan.cc/lint \
88
		mvdan:unparam:b37ab49443f7:mvdan_unparam/vendor/mvdan.cc/unparam \
90
		mvdan:unparam:b37ab49443f7:mvdan_unparam/vendor/mvdan.cc/unparam \
Lines 89-102 Link Here
89
		nakabonne:nestif:v0.3.0:nakabonne_nestif/vendor/github.com/nakabonne/nestif \
91
		nakabonne:nestif:v0.3.0:nakabonne_nestif/vendor/github.com/nakabonne/nestif \
90
		nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \
92
		nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \
91
		nishanths:exhaustive:v0.1.0:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \
93
		nishanths:exhaustive:v0.1.0:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \
94
		nishanths:predeclared:v0.2.1:nishanths_predeclared/vendor/github.com/nishanths/predeclared \
92
		pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
95
		pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
93
		phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \
96
		phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \
94
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
97
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
95
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
98
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
96
		polyfloyd:go-errorlint:351e25ade6e3:polyfloyd_go_errorlint/vendor/github.com/polyfloyd/go-errorlint \
99
		polyfloyd:go-errorlint:19bd8db6546f:polyfloyd_go_errorlint/vendor/github.com/polyfloyd/go-errorlint \
97
		quasilyte:go-ruleguard:v0.2.0:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
100
		quasilyte:go-ruleguard:408e96760278:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
98
		quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \
101
		quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \
99
		ryancurrah:gomodguard:v1.1.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \
102
		ryancurrah:gomodguard:v1.2.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \
100
		ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \
103
		ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \
101
		securego:gosec:v2.5.0:securego_gosec_v2/vendor/github.com/securego/gosec/v2 \
104
		securego:gosec:v2.5.0:securego_gosec_v2/vendor/github.com/securego/gosec/v2 \
102
		shazow:go-diff:b6b7b6733b8c:shazow_go_diff/vendor/github.com/shazow/go-diff \
105
		shazow:go-diff:b6b7b6733b8c:shazow_go_diff/vendor/github.com/shazow/go-diff \
Lines 116-125 Link Here
116
		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
119
		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
117
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
120
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
118
		tdakkota:asciicheck:d7f85be797a2:tdakkota_asciicheck/vendor/github.com/tdakkota/asciicheck \
121
		tdakkota:asciicheck:d7f85be797a2:tdakkota_asciicheck/vendor/github.com/tdakkota/asciicheck \
119
		tetafro:godot:v1.3.0:tetafro_godot/vendor/github.com/tetafro/godot \
122
		tetafro:godot:v1.3.2:tetafro_godot/vendor/github.com/tetafro/godot \
120
		timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \
123
		timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \
121
		tomarrell:wrapcheck:df9e8bcb914d:tomarrell_wrapcheck/vendor/github.com/tomarrell/wrapcheck \
124
		tomarrell:wrapcheck:df9e8bcb914d:tomarrell_wrapcheck/vendor/github.com/tomarrell/wrapcheck \
122
		tommy-muehle:go-mnd:e6f9a994e8fa:tommy_muehle_go_mnd/vendor/github.com/tommy-muehle/go-mnd \
125
		tommy-muehle:go-mnd:16041ac3fe65:tommy_muehle_go_mnd/vendor/github.com/tommy-muehle/go-mnd \
123
		ultraware:funlen:v0.0.3:ultraware_funlen/vendor/github.com/ultraware/funlen \
126
		ultraware:funlen:v0.0.3:ultraware_funlen/vendor/github.com/ultraware/funlen \
124
		ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \
127
		ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \
125
		uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \
128
		uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \
Lines 127-133 Link Here
127
		valyala:quicktemplate:v1.6.3:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate
130
		valyala:quicktemplate:v1.6.3:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate
128
131
129
_BUILD_VERSION=	${DISTVERSION}
132
_BUILD_VERSION=	${DISTVERSION}
130
_BUILD_COMMIT=	b90551c
133
_BUILD_COMMIT=	1da5701
131
_BUILD_DATE=	$$(date -u "+%Y-%m-%dT%H:%M:%SZ")
134
_BUILD_DATE=	$$(date -u "+%Y-%m-%dT%H:%M:%SZ")
132
135
133
GO_TARGET=	./cmd/${PORTNAME}
136
GO_TARGET=	./cmd/${PORTNAME}
(-)devel/golangci-lint/distinfo (-35 / +43 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1606786268
1
TIMESTAMP = 1611061336
2
SHA256 (golangci-golangci-lint-v1.33.0_GH0.tar.gz) = ae828754b1f9b0cee11cc81f0720f187831bc61d7b7cbb6e80421ff2d5b74631
2
SHA256 (golangci-golangci-lint-v1.35.2_GH0.tar.gz) = 31f245cb78a4f79d666a9357d5ea1f6ce30e15ea37d5c10c3ffb6765a158dc9d
3
SIZE (golangci-golangci-lint-v1.33.0_GH0.tar.gz) = 1266932
3
SIZE (golangci-golangci-lint-v1.35.2_GH0.tar.gz) = 1268768
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
6
SHA256 (Djarvur-go-err113-5174e21577d5_GH0.tar.gz) = 7699daea0eea426e5bc6018b423a0a71138ba5989862dc941407c5d5f80d7c4e
6
SHA256 (Djarvur-go-err113-5174e21577d5_GH0.tar.gz) = 7699daea0eea426e5bc6018b423a0a71138ba5989862dc941407c5d5f80d7c4e
Lines 11-24 Link Here
11
SIZE (OpenPeeDeeP-depguard-v1.0.1_GH0.tar.gz) = 17641
11
SIZE (OpenPeeDeeP-depguard-v1.0.1_GH0.tar.gz) = 17641
12
SHA256 (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = d8025ef6297d6d96ea12ef9dda1f71628958e2021e60ede92bc5816f225cbad9
12
SHA256 (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = d8025ef6297d6d96ea12ef9dda1f71628958e2021e60ede92bc5816f225cbad9
13
SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234
13
SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234
14
SHA256 (ashanbrown-forbidigo-v1.0.0_GH0.tar.gz) = e121ad8bba9d4e8d14c116fc0e4a9780dcbdf26fad837a56cd43af327c8ec814
15
SIZE (ashanbrown-forbidigo-v1.0.0_GH0.tar.gz) = 5149
16
SHA256 (ashanbrown-makezero-7b7cdbb3025a_GH0.tar.gz) = eed4c183e6772ef04453e7d00afb63a6713ff71fa2309e4aa888b4c6de46295c
17
SIZE (ashanbrown-makezero-7b7cdbb3025a_GH0.tar.gz) = 6398
14
SHA256 (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 9496cccc3ba50ee7e555a1a837801de44883827725cc665d22c4ca66429c4ef5
18
SHA256 (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 9496cccc3ba50ee7e555a1a837801de44883827725cc665d22c4ca66429c4ef5
15
SIZE (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 26463
19
SIZE (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 26463
16
SHA256 (daixiang0-gci-v0.2.4_GH0.tar.gz) = 96c325b662cc28c827d8eb30ddebd67f904fc850f8e52a9ddc1398946dd0f682
20
SHA256 (daixiang0-gci-v0.2.8_GH0.tar.gz) = 55fdfe1d60095c742939d51dca001dbbd379b7b0d4af9b22f694462194da57e2
17
SIZE (daixiang0-gci-v0.2.4_GH0.tar.gz) = 6112
21
SIZE (daixiang0-gci-v0.2.8_GH0.tar.gz) = 8484
18
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
22
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
19
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
23
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
20
SHA256 (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = f9c9415070e0fec9bdce92965ac42c2f84f02d6455c9e62fa0fe3f76deefae1c
24
SHA256 (denis-tingajkin-go-header-v0.4.2_GH0.tar.gz) = 158e094296ff2eab1a22592800077576582de21fc5187b891306c57813d74fa7
21
SIZE (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = 19412
25
SIZE (denis-tingajkin-go-header-v0.4.2_GH0.tar.gz) = 20760
22
SHA256 (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 2c0dfc658e239436a1e4493daacd57c9eafe91a4423a8dce6ec35c11e5895b3e
26
SHA256 (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 2c0dfc658e239436a1e4493daacd57c9eafe91a4423a8dce6ec35c11e5895b3e
23
SIZE (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 408274
27
SIZE (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 408274
24
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
28
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
Lines 25-32 Link Here
25
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
29
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
26
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
30
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
27
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
31
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
28
SHA256 (go-critic-go-critic-v0.5.2_GH0.tar.gz) = 9ee51e74bc275bfe2ece5a4a8dfd179de12aac21008819c5a4a2bc53d4221290
32
SHA256 (go-critic-go-critic-v0.5.3_GH0.tar.gz) = e6989276118cffdf5258ccb8577e3ccd9fd2a22b90d4776fef388d0d36287906
29
SIZE (go-critic-go-critic-v0.5.2_GH0.tar.gz) = 138145
33
SIZE (go-critic-go-critic-v0.5.3_GH0.tar.gz) = 143277
30
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
34
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
31
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
35
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
32
SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4
36
SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4
Lines 49-68 Link Here
49
SIZE (go-xmlfmt-xmlfmt-d5b6f63a941b_GH0.tar.gz) = 5269
53
SIZE (go-xmlfmt-xmlfmt-d5b6f63a941b_GH0.tar.gz) = 5269
50
SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04
54
SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04
51
SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898
55
SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898
52
SHA256 (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07
56
SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
53
SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816
57
SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
54
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
58
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
55
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
59
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
56
SHA256 (gofrs-flock-v0.8.0_GH0.tar.gz) = 64aa198aee88a6b560e2eb9a87794594e0b57c08a784dcb4bd8a0825b9ec5de6
60
SHA256 (gofrs-flock-v0.8.0_GH0.tar.gz) = 64aa198aee88a6b560e2eb9a87794594e0b57c08a784dcb4bd8a0825b9ec5de6
57
SIZE (gofrs-flock-v0.8.0_GH0.tar.gz) = 8978
61
SIZE (gofrs-flock-v0.8.0_GH0.tar.gz) = 8978
58
SHA256 (golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a
62
SHA256 (golang-mod-v0.4.0_GH0.tar.gz) = d4458f389f596223fd9730d83d592d5f7fbc5603a4a9ca25fd9a21a140c34553
59
SIZE (golang-mod-v0.3.0_GH0.tar.gz) = 93941
63
SIZE (golang-mod-v0.4.0_GH0.tar.gz) = 102301
60
SHA256 (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 75ee7af59b89e26f37f4dd30cc1bff80f89a55a0721baee3d3ec0cb23b2bbbbb
64
SHA256 (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 75ee7af59b89e26f37f4dd30cc1bff80f89a55a0721baee3d3ec0cb23b2bbbbb
61
SIZE (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 1067796
65
SIZE (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 1067796
62
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
66
SHA256 (golang-text-v0.3.4_GH0.tar.gz) = 39eabfef83413361eafd4353ee9d9821707853235f2e55f3d5b1d38ce698fe89
63
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
67
SIZE (golang-text-v0.3.4_GH0.tar.gz) = 8354508
64
SHA256 (golang-tools-64a9e34f3752_GH0.tar.gz) = b0d25d1bca153b07d46b2fa04ff215ee1602c1aa5bf608871ca0cbc3ac5a8324
68
SHA256 (golang-tools-9ed45478a130_GH0.tar.gz) = 1d82f3d6458724354b457b29f601020c35e43b7336cc95d293efae961eba5dc7
65
SIZE (golang-tools-64a9e34f3752_GH0.tar.gz) = 2604085
69
SIZE (golang-tools-9ed45478a130_GH0.tar.gz) = 2675062
66
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
70
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
67
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
71
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
68
SHA256 (golangci-check-cfe4005ccda2_GH0.tar.gz) = c8379c7a28b77302a2a1d88dbdd549037ed34a983851b0eb1e0f186e9895af3d
72
SHA256 (golangci-check-cfe4005ccda2_GH0.tar.gz) = c8379c7a28b77302a2a1d88dbdd549037ed34a983851b0eb1e0f186e9895af3d
Lines 91-102 Link Here
91
SIZE (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = 11455
95
SIZE (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = 11455
92
SHA256 (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 558fc4cbd54fe7a44b8510774004139a31ca3baa5929b34fb5024431658958f2
96
SHA256 (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 558fc4cbd54fe7a44b8510774004139a31ca3baa5929b34fb5024431658958f2
93
SIZE (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 6782
97
SIZE (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 6782
94
SHA256 (google-go-cmp-v0.5.2_GH0.tar.gz) = 76e0c4238e7fec1490ef2c8b4719a024ade7f4b8778965acb888566535ee9dd5
98
SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b
95
SIZE (google-go-cmp-v0.5.2_GH0.tar.gz) = 99769
99
SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019
96
SHA256 (gostaticanalysis-analysisutil-v0.1.0_GH0.tar.gz) = 3eeadfff17c16c0a33dbc72ca8af8d8f636218e2f11f5270420eae20a77d4d4c
100
SHA256 (gostaticanalysis-analysisutil-v0.4.1_GH0.tar.gz) = 460e9364b2045c3bfff2c2de0148f51f921a9a81c184beca346fd10827e6c0c0
97
SIZE (gostaticanalysis-analysisutil-v0.1.0_GH0.tar.gz) = 9700
101
SIZE (gostaticanalysis-analysisutil-v0.4.1_GH0.tar.gz) = 12576
98
SHA256 (gostaticanalysis-comment-v1.3.0_GH0.tar.gz) = d0416d44a0ff0e8cec9c88eeda9e0f103fe34463bd9f61ab1250ce950b2a5b7c
102
SHA256 (gostaticanalysis-comment-v1.4.1_GH0.tar.gz) = 3bc6a5173277049acf574ec27b8dae9791502a3ad5d532bdb6dab72d5ac8303a
99
SIZE (gostaticanalysis-comment-v1.3.0_GH0.tar.gz) = 2868
103
SIZE (gostaticanalysis-comment-v1.4.1_GH0.tar.gz) = 5288
100
SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
104
SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
101
SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
105
SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
102
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
106
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
Lines 109-114 Link Here
109
SIZE (jirfag-go-printf-func-name-45db9963cdd3_GH0.tar.gz) = 2572
113
SIZE (jirfag-go-printf-func-name-45db9963cdd3_GH0.tar.gz) = 2572
110
SHA256 (kisielk-gotool-v1.0.0_GH0.tar.gz) = 3ee18c8a10449e1a826287aaa7686b175adccf27b20268aeb6c5bf810ccf3d3b
114
SHA256 (kisielk-gotool-v1.0.0_GH0.tar.gz) = 3ee18c8a10449e1a826287aaa7686b175adccf27b20268aeb6c5bf810ccf3d3b
111
SIZE (kisielk-gotool-v1.0.0_GH0.tar.gz) = 9414
115
SIZE (kisielk-gotool-v1.0.0_GH0.tar.gz) = 9414
116
SHA256 (kulti-thelper-v0.2.1_GH0.tar.gz) = 887af851f5bb0296cb8bfc0b2ffc1db4c9406b0062692afbc20f5d7e23c6b1fa
117
SIZE (kulti-thelper-v0.2.1_GH0.tar.gz) = 9719
112
SHA256 (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 9551b500ae3a558256fef979a5339ed8fd917e226354c7f190cc09f30154b471
118
SHA256 (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 9551b500ae3a558256fef979a5339ed8fd917e226354c7f190cc09f30154b471
113
SIZE (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 4002756
119
SIZE (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 4002756
114
SHA256 (kyoh86-exportloopref-v0.1.8_GH0.tar.gz) = de263858322aa1d17d09a0e6644cc3663581087bfde25da0507543061f3adc38
120
SHA256 (kyoh86-exportloopref-v0.1.8_GH0.tar.gz) = de263858322aa1d17d09a0e6644cc3663581087bfde25da0507543061f3adc38
Lines 135-142 Link Here
135
SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
141
SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
136
SHA256 (moricho-tparallel-v0.2.1_GH0.tar.gz) = c869b73f01178b2f2fb58a81f3a03d716f4cb16648d24357e6855d327c3eb7d9
142
SHA256 (moricho-tparallel-v0.2.1_GH0.tar.gz) = c869b73f01178b2f2fb58a81f3a03d716f4cb16648d24357e6855d327c3eb7d9
137
SIZE (moricho-tparallel-v0.2.1_GH0.tar.gz) = 8071
143
SIZE (moricho-tparallel-v0.2.1_GH0.tar.gz) = 8071
138
SHA256 (mvdan-gofumpt-ab5a8192947d_GH0.tar.gz) = cbeb4657a78ea215d1ab2ecdc6b3c0b2d43ad56ba185fc9ccf379a4d1778b98d
144
SHA256 (mvdan-gofumpt-v0.1.0_GH0.tar.gz) = 802c92d3df222c9b266d785305107c58a26ea186c4dbb5989b0db97b9bce0367
139
SIZE (mvdan-gofumpt-ab5a8192947d_GH0.tar.gz) = 136812
145
SIZE (mvdan-gofumpt-v0.1.0_GH0.tar.gz) = 140649
140
SHA256 (mvdan-interfacer-c20040233aed_GH0.tar.gz) = d7f5ad906997b12f4b70f8c1f1ccb8935397e5c07a16b2df52717360e7f796eb
146
SHA256 (mvdan-interfacer-c20040233aed_GH0.tar.gz) = d7f5ad906997b12f4b70f8c1f1ccb8935397e5c07a16b2df52717360e7f796eb
141
SIZE (mvdan-interfacer-c20040233aed_GH0.tar.gz) = 13979
147
SIZE (mvdan-interfacer-c20040233aed_GH0.tar.gz) = 13979
142
SHA256 (mvdan-lint-adc824a0674b_GH0.tar.gz) = 6f90750f25acee3aa855757ea8a46ee8694e9d18d778712a61157948a9a98fff
148
SHA256 (mvdan-lint-adc824a0674b_GH0.tar.gz) = 6f90750f25acee3aa855757ea8a46ee8694e9d18d778712a61157948a9a98fff
Lines 149-154 Link Here
149
SIZE (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 980123
155
SIZE (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 980123
150
SHA256 (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = f649d65f117d0ae1ef541be24bda3e2f303229da8d1ed0e4b7cc1f31245937bd
156
SHA256 (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = f649d65f117d0ae1ef541be24bda3e2f303229da8d1ed0e4b7cc1f31245937bd
151
SIZE (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = 15918
157
SIZE (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = 15918
158
SHA256 (nishanths-predeclared-v0.2.1_GH0.tar.gz) = 57a6942a8d55406c3b0ce91653d22fbc4c84158a96194fcdd5030ecf290a7eb4
159
SIZE (nishanths-predeclared-v0.2.1_GH0.tar.gz) = 11719
152
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
160
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
153
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
161
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
154
SHA256 (phayes-checkstyle-bfd46e6a821d_GH0.tar.gz) = ead6e6a5ffe113699d8d157f774a74d3d95bf116369cf3057ecd3f269a817a94
162
SHA256 (phayes-checkstyle-bfd46e6a821d_GH0.tar.gz) = ead6e6a5ffe113699d8d157f774a74d3d95bf116369cf3057ecd3f269a817a94
Lines 157-170 Link Here
157
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
165
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
158
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
166
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
159
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
167
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
160
SHA256 (polyfloyd-go-errorlint-351e25ade6e3_GH0.tar.gz) = ae5bf063222ccee8aec014a1cead7cc9bb6a770188e6e19035aa0e2fffb1b414
168
SHA256 (polyfloyd-go-errorlint-19bd8db6546f_GH0.tar.gz) = 21c42215af587ffd99ddedf05b4368b5b0a4611a04adb3c104d3e7f3d97f2704
161
SIZE (polyfloyd-go-errorlint-351e25ade6e3_GH0.tar.gz) = 5643
169
SIZE (polyfloyd-go-errorlint-19bd8db6546f_GH0.tar.gz) = 5841
162
SHA256 (quasilyte-go-ruleguard-v0.2.0_GH0.tar.gz) = 1eb379b7a48c0442f3155199e7652e69419dedc0200a3267beb7c12602def9f5
170
SHA256 (quasilyte-go-ruleguard-408e96760278_GH0.tar.gz) = f4e9e6ca219db6340e33813f7721a1f6a8d4c5214b6d242c301ee8bc458d36ac
163
SIZE (quasilyte-go-ruleguard-v0.2.0_GH0.tar.gz) = 181551
171
SIZE (quasilyte-go-ruleguard-408e96760278_GH0.tar.gz) = 188648
164
SHA256 (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = e2177c6931f513fce13f8e042ec42234b2db7906288f984ec1a483add23e6e3d
172
SHA256 (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = e2177c6931f513fce13f8e042ec42234b2db7906288f984ec1a483add23e6e3d
165
SIZE (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = 17497
173
SIZE (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = 17497
166
SHA256 (ryancurrah-gomodguard-v1.1.0_GH0.tar.gz) = 671195861506c30c668fd9a8fb7579dd276156a6deb69f513503237aa299d348
174
SHA256 (ryancurrah-gomodguard-v1.2.0_GH0.tar.gz) = b2c114e8863bbaff221feb8d1101ed7d5456402c29f636fbbc08463e0381f7a8
167
SIZE (ryancurrah-gomodguard-v1.1.0_GH0.tar.gz) = 13375
175
SIZE (ryancurrah-gomodguard-v1.2.0_GH0.tar.gz) = 13996
168
SHA256 (ryanrolds-sqlclosecheck-v0.3.0_GH0.tar.gz) = 6c591fe24a5bbe5f2d8b8a42d855966640b0e0acc0e641dbce5ec9784e0720d0
176
SHA256 (ryanrolds-sqlclosecheck-v0.3.0_GH0.tar.gz) = 6c591fe24a5bbe5f2d8b8a42d855966640b0e0acc0e641dbce5ec9784e0720d0
169
SIZE (ryanrolds-sqlclosecheck-v0.3.0_GH0.tar.gz) = 7659
177
SIZE (ryanrolds-sqlclosecheck-v0.3.0_GH0.tar.gz) = 7659
170
SHA256 (securego-gosec-v2.5.0_GH0.tar.gz) = 5d4967570f953c8478a3e51a0dee5cfe6313f2570eca15e6fabd5d6379e530f4
178
SHA256 (securego-gosec-v2.5.0_GH0.tar.gz) = 5d4967570f953c8478a3e51a0dee5cfe6313f2570eca15e6fabd5d6379e530f4
Lines 203-216 Link Here
203
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
211
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
204
SHA256 (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 0795be1c1973cd381679b96df33e6767ceae641525cf9a7231ce7ac9491fb21c
212
SHA256 (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 0795be1c1973cd381679b96df33e6767ceae641525cf9a7231ce7ac9491fb21c
205
SIZE (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 3627
213
SIZE (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 3627
206
SHA256 (tetafro-godot-v1.3.0_GH0.tar.gz) = 0e4905ca061d8773752515dff43b9fcf15c553f770e4517220ea93af43af85d7
214
SHA256 (tetafro-godot-v1.3.2_GH0.tar.gz) = 1de855ecc267d9ec3fb99cd011798ea60280dd20e7f129c020f4713149986bef
207
SIZE (tetafro-godot-v1.3.0_GH0.tar.gz) = 15557
215
SIZE (tetafro-godot-v1.3.2_GH0.tar.gz) = 14032
208
SHA256 (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 4f3433c74632c8f2dddf53d8913f05a878097b8bab88946bf91cf606b5ee74c5
216
SHA256 (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 4f3433c74632c8f2dddf53d8913f05a878097b8bab88946bf91cf606b5ee74c5
209
SIZE (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 6618
217
SIZE (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 6618
210
SHA256 (tomarrell-wrapcheck-df9e8bcb914d_GH0.tar.gz) = e05581ff401efd3b486a3e98212fc0593621585895631050ee8efe0059ab1ca6
218
SHA256 (tomarrell-wrapcheck-df9e8bcb914d_GH0.tar.gz) = e05581ff401efd3b486a3e98212fc0593621585895631050ee8efe0059ab1ca6
211
SIZE (tomarrell-wrapcheck-df9e8bcb914d_GH0.tar.gz) = 9160
219
SIZE (tomarrell-wrapcheck-df9e8bcb914d_GH0.tar.gz) = 9160
212
SHA256 (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 1ee2a73c26aff1deab355ac70e63a316a88ae54581041be27d782feb7f0c5a36
220
SHA256 (tommy-muehle-go-mnd-16041ac3fe65_GH0.tar.gz) = 802854dfeba7604a9f86e7fb3409984a0257735a2df7f1b42b3a325b04815eac
213
SIZE (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 163776
221
SIZE (tommy-muehle-go-mnd-16041ac3fe65_GH0.tar.gz) = 1407507
214
SHA256 (ultraware-funlen-v0.0.3_GH0.tar.gz) = d28f408972a0be299c3d82648fd3631d163cf1eeb94630fb677d3b2a945be862
222
SHA256 (ultraware-funlen-v0.0.3_GH0.tar.gz) = d28f408972a0be299c3d82648fd3631d163cf1eeb94630fb677d3b2a945be862
215
SIZE (ultraware-funlen-v0.0.3_GH0.tar.gz) = 2019
223
SIZE (ultraware-funlen-v0.0.3_GH0.tar.gz) = 2019
216
SHA256 (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 1e08c7f134cc54b76997a15e19f70d2f83e13cbb6f9184c2c14b597b307bcbbf
224
SHA256 (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 1e08c7f134cc54b76997a15e19f70d2f83e13cbb6f9184c2c14b597b307bcbbf

Return to bug 252828