mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
devel/golangci-lint: Update to 1.37.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.37.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28731
This commit is contained in:
parent
a8793c07df
commit
59d5176bae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565523
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= golangci-lint
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.36.0
|
||||
DISTVERSION= 1.37.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= lcook@FreeBSD.org
|
||||
@ -19,17 +19,22 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \
|
||||
OpenPeeDeeP:depguard:v1.0.1:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \
|
||||
StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \
|
||||
ashanbrown:forbidigo:v1.0.0:ashanbrown_forbidigo/vendor/github.com/ashanbrown/forbidigo \
|
||||
alexkohler:prealloc:77a5b5dd9799:alexkohler_prealloc/vendor/github.com/alexkohler/prealloc \
|
||||
ashanbrown:forbidigo:v1.1.0:ashanbrown_forbidigo/vendor/github.com/ashanbrown/forbidigo \
|
||||
ashanbrown:makezero:7b7cdbb3025a:ashanbrown_makezero/vendor/github.com/ashanbrown/makezero \
|
||||
bkielbasa:cyclop:v1.2.0:bkielbasa_cyclop/vendor/github.com/bkielbasa/cyclop \
|
||||
bombsimon:wsl:v3.1.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \
|
||||
charithe:durationcheck:v0.0.3:charithe_durationcheck/vendor/github.com/charithe/durationcheck \
|
||||
daixiang0:gci:v0.2.8:daixiang0_gci/vendor/github.com/daixiang0/gci \
|
||||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
denis-tingajkin:go-header:v0.4.2:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \
|
||||
dominikh:go-tools:v0.0.1-2020.1.6:dominikh_go_tools/vendor/honnef.co/go/tools \
|
||||
esimonov:ifshort:v1.0.0:esimonov_ifshort/vendor/github.com/esimonov/ifshort \
|
||||
esimonov:ifshort:v1.0.1:esimonov_ifshort/vendor/github.com/esimonov/ifshort \
|
||||
fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
|
||||
fatih:structtag:v1.2.0:fatih_structtag/vendor/github.com/fatih/structtag \
|
||||
fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
||||
go-critic:go-critic:v0.5.3:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
|
||||
fzipp:gocyclo:v0.3.1:fzipp_gocyclo/vendor/github.com/fzipp/gocyclo \
|
||||
go-critic:go-critic:v0.5.4:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
|
||||
go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
||||
go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
|
||||
go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \
|
||||
@ -45,22 +50,20 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
|
||||
gofrs:flock:v0.8.0:gofrs_flock/vendor/github.com/gofrs/flock \
|
||||
golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \
|
||||
golang:sys:dfb3f7c4e634:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:sys:b64e53b001e4:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \
|
||||
golang:tools:9ed45478a130:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:tools:v0.1.0:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
|
||||
golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \
|
||||
golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \
|
||||
golangci:errcheck:ef45e06d44b6:golangci_errcheck/vendor/github.com/golangci/errcheck \
|
||||
golangci:go-misc:927a3d87b613:golangci_go_misc/vendor/github.com/golangci/go-misc \
|
||||
golangci:gocyclo:0a533e8fa43d:golangci_gocyclo/vendor/github.com/golangci/gocyclo \
|
||||
golangci:gofmt:244bba706f1a:golangci_gofmt/vendor/github.com/golangci/gofmt \
|
||||
golangci:ineffassign:42439a7714cc:golangci_ineffassign/vendor/github.com/golangci/ineffassign \
|
||||
golangci:lint-1:297bf364a8e0:golangci_lint_1/vendor/github.com/golangci/lint-1 \
|
||||
golangci:maligned:b1d89398deca:golangci_maligned/vendor/github.com/golangci/maligned \
|
||||
golangci:misspell:950f5d19e770:golangci_misspell/vendor/github.com/golangci/misspell \
|
||||
golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \
|
||||
golangci:revgrep:d9c87f5ffaf0:golangci_revgrep/vendor/github.com/golangci/revgrep \
|
||||
golangci:revgrep:cd28932614b5:golangci_revgrep/vendor/github.com/golangci/revgrep \
|
||||
golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \
|
||||
google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \
|
||||
gostaticanalysis:analysisutil:v0.4.1:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \
|
||||
@ -68,10 +71,10 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
|
||||
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
|
||||
jgautheron:goconst:ccae5bf973f3:jgautheron_goconst/vendor/github.com/jgautheron/goconst \
|
||||
jingyugao:rowserrcheck:72ab7603b68a:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \
|
||||
jingyugao:rowserrcheck:c6a0c12dd98d:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \
|
||||
jirfag:go-printf-func-name:45db9963cdd3:jirfag_go_printf_func_name/vendor/github.com/jirfag/go-printf-func-name \
|
||||
kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \
|
||||
kulti:thelper:v0.2.1:kulti_thelper/vendor/github.com/kulti/thelper \
|
||||
kulti:thelper:v0.3.1:kulti_thelper/vendor/github.com/kulti/thelper \
|
||||
kunwardeep:paralleltest:v1.0.2:kunwardeep_paralleltest/vendor/github.com/kunwardeep/paralleltest \
|
||||
kyoh86:exportloopref:v0.1.8:kyoh86_exportloopref/vendor/github.com/kyoh86/exportloopref \
|
||||
leighmcculloch:gochecknoglobals:acfc0b28355a:leighmcculloch_gochecknoglobals/vendor/4d63.com/gochecknoglobals \
|
||||
@ -80,7 +83,10 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
matoous:godox:5d6d842e92eb:matoous_godox/vendor/github.com/matoous/godox \
|
||||
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
||||
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
||||
mbilski:exhaustivestruct:v1.1.0:mbilski_exhaustivestruct/vendor/github.com/mbilski/exhaustivestruct \
|
||||
mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
||||
mbilski:exhaustivestruct:v1.2.0:mbilski_exhaustivestruct/vendor/github.com/mbilski/exhaustivestruct \
|
||||
mgechev:dots:c36f7dcfbb81:mgechev_dots/vendor/github.com/mgechev/dots \
|
||||
mgechev:revive:v1.0.3:mgechev_revive/vendor/github.com/mgechev/revive \
|
||||
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
|
||||
mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
|
||||
mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
|
||||
@ -93,12 +99,13 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
nbutton23:zxcvbn-go:e56b841a3c88:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \
|
||||
nishanths:exhaustive:v0.1.0:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \
|
||||
nishanths:predeclared:v0.2.1:nishanths_predeclared/vendor/github.com/nishanths/predeclared \
|
||||
olekukonko:tablewriter:v0.0.4:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
|
||||
pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
|
||||
phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \
|
||||
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 \
|
||||
polyfloyd:go-errorlint:19bd8db6546f:polyfloyd_go_errorlint/vendor/github.com/polyfloyd/go-errorlint \
|
||||
quasilyte:go-ruleguard:408e96760278:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
|
||||
quasilyte:go-ruleguard:v0.3.0:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
|
||||
quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \
|
||||
ryancurrah:gomodguard:v1.2.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \
|
||||
ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \
|
||||
@ -111,7 +118,7 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
sourcegraph:go-diff:v0.6.1:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \
|
||||
spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
|
||||
spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
|
||||
spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \
|
||||
spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \
|
||||
spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
|
||||
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
||||
spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
|
||||
@ -120,7 +127,7 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
|
||||
tdakkota:asciicheck:d7f85be797a2:tdakkota_asciicheck/vendor/github.com/tdakkota/asciicheck \
|
||||
tetafro:godot:v1.4.3:tetafro_godot/vendor/github.com/tetafro/godot \
|
||||
tetafro:godot:v1.4.4:tetafro_godot/vendor/github.com/tetafro/godot \
|
||||
timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \
|
||||
tomarrell:wrapcheck:df9e8bcb914d:tomarrell_wrapcheck/vendor/github.com/tomarrell/wrapcheck \
|
||||
tommy-muehle:go-mnd:v2.3.1:tommy_muehle_go_mnd_v2/vendor/github.com/tommy-muehle/go-mnd/v2 \
|
||||
@ -129,8 +136,9 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to
|
||||
uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \
|
||||
valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
|
||||
valyala:quicktemplate:v1.6.3:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate
|
||||
|
||||
_BUILD_VERSION= ${DISTVERSION}
|
||||
_BUILD_COMMIT= 6c25d06
|
||||
_BUILD_COMMIT= 34e5fc6
|
||||
_BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ")
|
||||
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1611754901
|
||||
SHA256 (golangci-golangci-lint-v1.36.0_GH0.tar.gz) = 3476288341b2c6e2b5a426334ec982769a9ea5341e0336198fd33c7250b4928b
|
||||
SIZE (golangci-golangci-lint-v1.36.0_GH0.tar.gz) = 1270880
|
||||
TIMESTAMP = 1613580083
|
||||
SHA256 (golangci-golangci-lint-v1.37.0_GH0.tar.gz) = 04d93be0f84c94ab2de60ff60bc5dc9421a8185fa78b6319aafcdca318f1f671
|
||||
SIZE (golangci-golangci-lint-v1.37.0_GH0.tar.gz) = 1282104
|
||||
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
|
||||
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
|
||||
SHA256 (Djarvur-go-err113-5174e21577d5_GH0.tar.gz) = 7699daea0eea426e5bc6018b423a0a71138ba5989862dc941407c5d5f80d7c4e
|
||||
@ -11,12 +11,18 @@ SHA256 (OpenPeeDeeP-depguard-v1.0.1_GH0.tar.gz) = 0f45087f31a7e1489c5c854e561749
|
||||
SIZE (OpenPeeDeeP-depguard-v1.0.1_GH0.tar.gz) = 17641
|
||||
SHA256 (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = d8025ef6297d6d96ea12ef9dda1f71628958e2021e60ede92bc5816f225cbad9
|
||||
SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234
|
||||
SHA256 (ashanbrown-forbidigo-v1.0.0_GH0.tar.gz) = e121ad8bba9d4e8d14c116fc0e4a9780dcbdf26fad837a56cd43af327c8ec814
|
||||
SIZE (ashanbrown-forbidigo-v1.0.0_GH0.tar.gz) = 5149
|
||||
SHA256 (alexkohler-prealloc-77a5b5dd9799_GH0.tar.gz) = 97d5e7e2a0ce6ece1bfcd580ca23a08066ab9e62089ecb268504ad42a121d2be
|
||||
SIZE (alexkohler-prealloc-77a5b5dd9799_GH0.tar.gz) = 10735
|
||||
SHA256 (ashanbrown-forbidigo-v1.1.0_GH0.tar.gz) = f925a85ab42879e85bad541ddc0a540fdcd99efd1d629618592b9fb62ea5b1b4
|
||||
SIZE (ashanbrown-forbidigo-v1.1.0_GH0.tar.gz) = 6898
|
||||
SHA256 (ashanbrown-makezero-7b7cdbb3025a_GH0.tar.gz) = eed4c183e6772ef04453e7d00afb63a6713ff71fa2309e4aa888b4c6de46295c
|
||||
SIZE (ashanbrown-makezero-7b7cdbb3025a_GH0.tar.gz) = 6398
|
||||
SHA256 (bkielbasa-cyclop-v1.2.0_GH0.tar.gz) = 09b612a66d422c50d158c98abe64a5a25d8ccd7117dc0c956461d06abc46cb71
|
||||
SIZE (bkielbasa-cyclop-v1.2.0_GH0.tar.gz) = 5295
|
||||
SHA256 (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 9496cccc3ba50ee7e555a1a837801de44883827725cc665d22c4ca66429c4ef5
|
||||
SIZE (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 26463
|
||||
SHA256 (charithe-durationcheck-v0.0.3_GH0.tar.gz) = 4545a911d1e5b0c7af3a0433897dd584f7d0042b2428d94262defc5ebd9fb16a
|
||||
SIZE (charithe-durationcheck-v0.0.3_GH0.tar.gz) = 8239
|
||||
SHA256 (daixiang0-gci-v0.2.8_GH0.tar.gz) = 55fdfe1d60095c742939d51dca001dbbd379b7b0d4af9b22f694462194da57e2
|
||||
SIZE (daixiang0-gci-v0.2.8_GH0.tar.gz) = 8484
|
||||
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
|
||||
@ -25,14 +31,18 @@ SHA256 (denis-tingajkin-go-header-v0.4.2_GH0.tar.gz) = 158e094296ff2eab1a2259280
|
||||
SIZE (denis-tingajkin-go-header-v0.4.2_GH0.tar.gz) = 20760
|
||||
SHA256 (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 2c0dfc658e239436a1e4493daacd57c9eafe91a4423a8dce6ec35c11e5895b3e
|
||||
SIZE (dominikh-go-tools-v0.0.1-2020.1.6_GH0.tar.gz) = 408274
|
||||
SHA256 (esimonov-ifshort-v1.0.0_GH0.tar.gz) = 6d1f126d23809628af04d478b3024c66ebb007a69ede4b4aeadcf6e872b93f2b
|
||||
SIZE (esimonov-ifshort-v1.0.0_GH0.tar.gz) = 7671
|
||||
SHA256 (esimonov-ifshort-v1.0.1_GH0.tar.gz) = 947d28c7d8a4ce8f801557a247b37e298b19ab304733061380d4d25d32ff660d
|
||||
SIZE (esimonov-ifshort-v1.0.1_GH0.tar.gz) = 8276
|
||||
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
|
||||
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
|
||||
SHA256 (fatih-structtag-v1.2.0_GH0.tar.gz) = f39a7edcb38f70f8b12f8b4f18b386d508c6a5b7f6fbddcee52d299b795fdaab
|
||||
SIZE (fatih-structtag-v1.2.0_GH0.tar.gz) = 5702
|
||||
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
|
||||
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
|
||||
SHA256 (go-critic-go-critic-v0.5.3_GH0.tar.gz) = e6989276118cffdf5258ccb8577e3ccd9fd2a22b90d4776fef388d0d36287906
|
||||
SIZE (go-critic-go-critic-v0.5.3_GH0.tar.gz) = 143277
|
||||
SHA256 (fzipp-gocyclo-v0.3.1_GH0.tar.gz) = 270bc9f9f68562ab8da6b68f7f13b4a7af496015ce85b61ad166ce42cfc8eb43
|
||||
SIZE (fzipp-gocyclo-v0.3.1_GH0.tar.gz) = 8024
|
||||
SHA256 (go-critic-go-critic-v0.5.4_GH0.tar.gz) = 72db1a7403a91be31a49640897f8385690b14636a1c1bb147a51e7a69c554adf
|
||||
SIZE (go-critic-go-critic-v0.5.4_GH0.tar.gz) = 143856
|
||||
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
|
||||
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
|
||||
SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4
|
||||
@ -63,12 +73,12 @@ SHA256 (gofrs-flock-v0.8.0_GH0.tar.gz) = 64aa198aee88a6b560e2eb9a87794594e0b57c0
|
||||
SIZE (gofrs-flock-v0.8.0_GH0.tar.gz) = 8978
|
||||
SHA256 (golang-mod-v0.4.0_GH0.tar.gz) = d4458f389f596223fd9730d83d592d5f7fbc5603a4a9ca25fd9a21a140c34553
|
||||
SIZE (golang-mod-v0.4.0_GH0.tar.gz) = 102301
|
||||
SHA256 (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 75ee7af59b89e26f37f4dd30cc1bff80f89a55a0721baee3d3ec0cb23b2bbbbb
|
||||
SIZE (golang-sys-dfb3f7c4e634_GH0.tar.gz) = 1067796
|
||||
SHA256 (golang-sys-b64e53b001e4_GH0.tar.gz) = 4c32d52373df17d9c40604d76e189f274c6fd1386d4d23b9114dbb9805079796
|
||||
SIZE (golang-sys-b64e53b001e4_GH0.tar.gz) = 1103798
|
||||
SHA256 (golang-text-v0.3.4_GH0.tar.gz) = 39eabfef83413361eafd4353ee9d9821707853235f2e55f3d5b1d38ce698fe89
|
||||
SIZE (golang-text-v0.3.4_GH0.tar.gz) = 8354508
|
||||
SHA256 (golang-tools-9ed45478a130_GH0.tar.gz) = 1d82f3d6458724354b457b29f601020c35e43b7336cc95d293efae961eba5dc7
|
||||
SIZE (golang-tools-9ed45478a130_GH0.tar.gz) = 2675062
|
||||
SHA256 (golang-tools-v0.1.0_GH0.tar.gz) = 88f66c1a7ff0f7fce20c0808d2769baa977f56f74197c9681cd864d0977e97a2
|
||||
SIZE (golang-tools-v0.1.0_GH0.tar.gz) = 2683055
|
||||
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
|
||||
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
|
||||
SHA256 (golangci-check-cfe4005ccda2_GH0.tar.gz) = c8379c7a28b77302a2a1d88dbdd549037ed34a983851b0eb1e0f186e9895af3d
|
||||
@ -79,8 +89,6 @@ SHA256 (golangci-errcheck-ef45e06d44b6_GH0.tar.gz) = af7e397832da5eb444f7eac4430
|
||||
SIZE (golangci-errcheck-ef45e06d44b6_GH0.tar.gz) = 12102
|
||||
SHA256 (golangci-go-misc-927a3d87b613_GH0.tar.gz) = afe282d37513ec99c43fbe42082ec63c99bb69c7e9cdd40dc23a94602aff44dc
|
||||
SIZE (golangci-go-misc-927a3d87b613_GH0.tar.gz) = 149084
|
||||
SHA256 (golangci-gocyclo-0a533e8fa43d_GH0.tar.gz) = b739f2dbd02176174dee5fbfe215a2ec35fb0e2ec39e85d5327c726daa725094
|
||||
SIZE (golangci-gocyclo-0a533e8fa43d_GH0.tar.gz) = 3583
|
||||
SHA256 (golangci-gofmt-244bba706f1a_GH0.tar.gz) = 57fdba40ca9468b006d6886d86e7be32edfc5f23bc176b6cb5b250b9b0a93331
|
||||
SIZE (golangci-gofmt-244bba706f1a_GH0.tar.gz) = 23042
|
||||
SHA256 (golangci-ineffassign-42439a7714cc_GH0.tar.gz) = 14508dfb45de83b77fe8a6fc082328c6a641f514875c692c8c5b6265fe442c1f
|
||||
@ -91,10 +99,8 @@ SHA256 (golangci-maligned-b1d89398deca_GH0.tar.gz) = d517ddfaddf53e1abf5f90ce716
|
||||
SIZE (golangci-maligned-b1d89398deca_GH0.tar.gz) = 3376
|
||||
SHA256 (golangci-misspell-950f5d19e770_GH0.tar.gz) = 5c265268de96218bb80115e4463227859470ce7f01e47e6625eb158a802ebc00
|
||||
SIZE (golangci-misspell-950f5d19e770_GH0.tar.gz) = 240268
|
||||
SHA256 (golangci-prealloc-215b22d4de21_GH0.tar.gz) = ea1317414c239c301b7bd8b6219de2e90436b9a80191af44154b6a475b11a23b
|
||||
SIZE (golangci-prealloc-215b22d4de21_GH0.tar.gz) = 9198
|
||||
SHA256 (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = fa595c0b235058a2a62f8b7ba2b41ccec28c087d1ccb1d23b74ca51344bacc76
|
||||
SIZE (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = 11455
|
||||
SHA256 (golangci-revgrep-cd28932614b5_GH0.tar.gz) = 666407b045d027c928973cedc3e71dc98fdbeefb7d0452f68d00b367312379ee
|
||||
SIZE (golangci-revgrep-cd28932614b5_GH0.tar.gz) = 11712
|
||||
SHA256 (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 558fc4cbd54fe7a44b8510774004139a31ca3baa5929b34fb5024431658958f2
|
||||
SIZE (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 6782
|
||||
SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b
|
||||
@ -109,14 +115,14 @@ SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e31
|
||||
SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
|
||||
SHA256 (jgautheron-goconst-ccae5bf973f3_GH0.tar.gz) = da9d196ee36f2baccc0d4b5db3ad4bdfab3fedd347c7e9618f750668b635ea85
|
||||
SIZE (jgautheron-goconst-ccae5bf973f3_GH0.tar.gz) = 6073
|
||||
SHA256 (jingyugao-rowserrcheck-72ab7603b68a_GH0.tar.gz) = 8d1d2f21507aeb628824719f18430aa30efbbc79b679dbe43c3c925c03833b72
|
||||
SIZE (jingyugao-rowserrcheck-72ab7603b68a_GH0.tar.gz) = 6829
|
||||
SHA256 (jingyugao-rowserrcheck-c6a0c12dd98d_GH0.tar.gz) = c83cf68770098a691ee84a714fbb14b60036ec24cb196ea11c7ee0dc6587bd24
|
||||
SIZE (jingyugao-rowserrcheck-c6a0c12dd98d_GH0.tar.gz) = 6543
|
||||
SHA256 (jirfag-go-printf-func-name-45db9963cdd3_GH0.tar.gz) = 8bc0556d24f5f85fac6032dc3677e6967d3bc9ecd2bb8a5d429345ac85be98d3
|
||||
SIZE (jirfag-go-printf-func-name-45db9963cdd3_GH0.tar.gz) = 2572
|
||||
SHA256 (kisielk-gotool-v1.0.0_GH0.tar.gz) = 3ee18c8a10449e1a826287aaa7686b175adccf27b20268aeb6c5bf810ccf3d3b
|
||||
SIZE (kisielk-gotool-v1.0.0_GH0.tar.gz) = 9414
|
||||
SHA256 (kulti-thelper-v0.2.1_GH0.tar.gz) = 887af851f5bb0296cb8bfc0b2ffc1db4c9406b0062692afbc20f5d7e23c6b1fa
|
||||
SIZE (kulti-thelper-v0.2.1_GH0.tar.gz) = 9719
|
||||
SHA256 (kulti-thelper-v0.3.1_GH0.tar.gz) = 962c332b495d845c47b74072396645066567c2148304e5e701966a41b463b74c
|
||||
SIZE (kulti-thelper-v0.3.1_GH0.tar.gz) = 10704
|
||||
SHA256 (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 9551b500ae3a558256fef979a5339ed8fd917e226354c7f190cc09f30154b471
|
||||
SIZE (kunwardeep-paralleltest-v1.0.2_GH0.tar.gz) = 4002756
|
||||
SHA256 (kyoh86-exportloopref-v0.1.8_GH0.tar.gz) = de263858322aa1d17d09a0e6644cc3663581087bfde25da0507543061f3adc38
|
||||
@ -133,8 +139,14 @@ SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af7020
|
||||
SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571
|
||||
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
|
||||
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
|
||||
SHA256 (mbilski-exhaustivestruct-v1.1.0_GH0.tar.gz) = 4a8390515389483e6bdffadf8d3d05acf98e642fe1b2abc781162a00f2bd5c29
|
||||
SIZE (mbilski-exhaustivestruct-v1.1.0_GH0.tar.gz) = 4609
|
||||
SHA256 (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 09270ddb93b2d77d4b3903bbadacbb3a3d4f0cce93c373fb21503840829d8697
|
||||
SIZE (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 16089
|
||||
SHA256 (mbilski-exhaustivestruct-v1.2.0_GH0.tar.gz) = 52a9085b81e80a234c1bd1812f1c6ab553f5e848c56e87d7ca162942b6e015d7
|
||||
SIZE (mbilski-exhaustivestruct-v1.2.0_GH0.tar.gz) = 5815
|
||||
SHA256 (mgechev-dots-c36f7dcfbb81_GH0.tar.gz) = 51d1b0ab98625b43875c9083c42e7ac5a054e6c04234e152e8437f2a3f1aae25
|
||||
SIZE (mgechev-dots-c36f7dcfbb81_GH0.tar.gz) = 6425
|
||||
SHA256 (mgechev-revive-v1.0.3_GH0.tar.gz) = 3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936
|
||||
SIZE (mgechev-revive-v1.0.3_GH0.tar.gz) = 671671
|
||||
SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
|
||||
SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
|
||||
SHA256 (mitchellh-go-ps-v1.0.0_GH0.tar.gz) = c3ad0af6733915a83b54300427e6bca2a124bf16a5732c3f630b3ef53e4eef43
|
||||
@ -159,6 +171,8 @@ SHA256 (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = f649d65f117d0ae1ef541be24bda3e
|
||||
SIZE (nishanths-exhaustive-v0.1.0_GH0.tar.gz) = 15918
|
||||
SHA256 (nishanths-predeclared-v0.2.1_GH0.tar.gz) = 57a6942a8d55406c3b0ce91653d22fbc4c84158a96194fcdd5030ecf290a7eb4
|
||||
SIZE (nishanths-predeclared-v0.2.1_GH0.tar.gz) = 11719
|
||||
SHA256 (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = a86028430fb4dd99ce0030a7c4d37915337c3b9a9efbfd2698b375f3e3488bd0
|
||||
SIZE (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = 19252
|
||||
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
|
||||
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
|
||||
SHA256 (phayes-checkstyle-bfd46e6a821d_GH0.tar.gz) = ead6e6a5ffe113699d8d157f774a74d3d95bf116369cf3057ecd3f269a817a94
|
||||
@ -169,8 +183,8 @@ SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f77474
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (polyfloyd-go-errorlint-19bd8db6546f_GH0.tar.gz) = 21c42215af587ffd99ddedf05b4368b5b0a4611a04adb3c104d3e7f3d97f2704
|
||||
SIZE (polyfloyd-go-errorlint-19bd8db6546f_GH0.tar.gz) = 5841
|
||||
SHA256 (quasilyte-go-ruleguard-408e96760278_GH0.tar.gz) = f4e9e6ca219db6340e33813f7721a1f6a8d4c5214b6d242c301ee8bc458d36ac
|
||||
SIZE (quasilyte-go-ruleguard-408e96760278_GH0.tar.gz) = 188648
|
||||
SHA256 (quasilyte-go-ruleguard-v0.3.0_GH0.tar.gz) = 1fe252b67a707f909c672735017e52c2cfd6091a55c750ebea25a62b02ac8213
|
||||
SIZE (quasilyte-go-ruleguard-v0.3.0_GH0.tar.gz) = 232849
|
||||
SHA256 (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = e2177c6931f513fce13f8e042ec42234b2db7906288f984ec1a483add23e6e3d
|
||||
SIZE (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = 17497
|
||||
SHA256 (ryancurrah-gomodguard-v1.2.0_GH0.tar.gz) = b2c114e8863bbaff221feb8d1101ed7d5456402c29f636fbbc08463e0381f7a8
|
||||
@ -195,8 +209,8 @@ SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3
|
||||
SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
|
||||
SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
|
||||
SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085
|
||||
SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d
|
||||
SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402
|
||||
SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa
|
||||
SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580
|
||||
SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d
|
||||
SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
|
||||
SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
|
||||
@ -213,8 +227,8 @@ SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0b
|
||||
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
|
||||
SHA256 (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 0795be1c1973cd381679b96df33e6767ceae641525cf9a7231ce7ac9491fb21c
|
||||
SIZE (tdakkota-asciicheck-d7f85be797a2_GH0.tar.gz) = 3627
|
||||
SHA256 (tetafro-godot-v1.4.3_GH0.tar.gz) = 5d9510ba7202a60a9687f841b48d14ed5070b9453566b3e5d51adbe5896c95ee
|
||||
SIZE (tetafro-godot-v1.4.3_GH0.tar.gz) = 14957
|
||||
SHA256 (tetafro-godot-v1.4.4_GH0.tar.gz) = a1665f45c1b2f049d31bd5d6660e9d86258ce54c4fa205e4bcddcba66ae5e05c
|
||||
SIZE (tetafro-godot-v1.4.4_GH0.tar.gz) = 15586
|
||||
SHA256 (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 4f3433c74632c8f2dddf53d8913f05a878097b8bab88946bf91cf606b5ee74c5
|
||||
SIZE (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 6618
|
||||
SHA256 (tomarrell-wrapcheck-df9e8bcb914d_GH0.tar.gz) = e05581ff401efd3b486a3e98212fc0593621585895631050ee8efe0059ab1ca6
|
||||
|
Loading…
Reference in New Issue
Block a user