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

(-)devel/golangci-lint/Makefile (-19 / +17 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.30.0
5
DISTVERSION=	1.31.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	vulcan@wired.sh
8
MAINTAINER=	vulcan@wired.sh
Lines 20-32 Link Here
20
		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 \
21
		StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \
21
		StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \
22
		bombsimon:wsl:v3.1.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \
22
		bombsimon:wsl:v3.1.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \
23
		daixiang0:gci:66f1df783cb2:daixiang0_gci/vendor/github.com/daixiang0/gci \
23
		daixiang0:gci:v0.2.4:daixiang0_gci/vendor/github.com/daixiang0/gci \
24
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
24
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
25
		denis-tingajkin:go-header:v0.3.1:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \
25
		denis-tingajkin:go-header:v0.3.1:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \
26
		dominikh:go-tools:v0.0.1-2020.1.4:dominikh_go_tools/vendor/honnef.co/go/tools \
26
		dominikh:go-tools:v0.0.1-2020.1.5:dominikh_go_tools/vendor/honnef.co/go/tools \
27
		fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \
27
		fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \
28
		fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
28
		fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
29
		go-critic:go-critic:v0.5.0:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
29
		go-critic:go-critic:v0.5.2:go_critic_go_critic/vendor/github.com/go-critic/go-critic \
30
		go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
30
		go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
31
		go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
31
		go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
32
		go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \
32
		go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \
Lines 40-52 Link Here
40
		go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
40
		go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
41
		go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
41
		go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
42
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
42
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
43
		gofrs:flock:v0.7.1:gofrs_flock/vendor/github.com/gofrs/flock \
43
		gofrs:flock:v0.8.0:gofrs_flock/vendor/github.com/gofrs/flock \
44
		gogo:protobuf:v1.2.1:gogo_protobuf/vendor/github.com/gogo/protobuf \
45
		golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \
44
		golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \
46
		golang:sys:fe76b779f299:golang_sys/vendor/golang.org/x/sys \
45
		golang:sys:6fdc65e7d980:golang_sys/vendor/golang.org/x/sys \
47
		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
46
		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
48
		golang:tools:7017fd6b1305:golang_tools/vendor/golang.org/x/tools \
47
		golang:tools:5ae4c3c160a0:golang_tools/vendor/golang.org/x/tools \
49
		golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \
48
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
50
		golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \
49
		golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \
51
		golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \
50
		golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \
52
		golangci:errcheck:ef45e06d44b6:golangci_errcheck/vendor/github.com/golangci/errcheck \
51
		golangci:errcheck:ef45e06d44b6:golangci_errcheck/vendor/github.com/golangci/errcheck \
Lines 61-67 Link Here
61
		golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \
60
		golangci:prealloc:215b22d4de21:golangci_prealloc/vendor/github.com/golangci/prealloc \
62
		golangci:revgrep:d9c87f5ffaf0:golangci_revgrep/vendor/github.com/golangci/revgrep \
61
		golangci:revgrep:d9c87f5ffaf0:golangci_revgrep/vendor/github.com/golangci/revgrep \
63
		golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \
62
		golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \
64
		google:go-cmp:v0.5.0:google_go_cmp/vendor/github.com/google/go-cmp \
63
		google:go-cmp:v0.5.2:google_go_cmp/vendor/github.com/google/go-cmp \
65
		gostaticanalysis:analysisutil:v0.0.3:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \
64
		gostaticanalysis:analysisutil:v0.0.3:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \
66
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
65
		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 \
66
		inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
Lines 84-95 Link Here
84
		mvdan:unparam:d51796306d8f:mvdan_unparam/vendor/mvdan.cc/unparam \
83
		mvdan:unparam:d51796306d8f:mvdan_unparam/vendor/mvdan.cc/unparam \
85
		nakabonne:nestif:v0.3.0:nakabonne_nestif/vendor/github.com/nakabonne/nestif \
84
		nakabonne:nestif:v0.3.0:nakabonne_nestif/vendor/github.com/nakabonne/nestif \
86
		nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \
85
		nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \
87
		nishanths:exhaustive:8866003e3856:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \
86
		nishanths:exhaustive:6cf413ae40e0:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \
88
		pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
87
		pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
89
		phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \
88
		phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \
90
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
89
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
91
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
90
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
92
		quasilyte:go-ruleguard:b00d7a75d3d8:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
91
		quasilyte:go-ruleguard:v0.2.0:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \
93
		quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \
92
		quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \
94
		ryancurrah:gomodguard:v1.1.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \
93
		ryancurrah:gomodguard:v1.1.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \
95
		ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \
94
		ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \
Lines 99-113 Link Here
99
		shirou:w32:bb4de0191aa4:shirou_w32/vendor/github.com/shirou/w32 \
98
		shirou:w32:bb4de0191aa4:shirou_w32/vendor/github.com/shirou/w32 \
100
		sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
99
		sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
101
		sonatard:noctx:v0.0.1:sonatard_noctx/vendor/github.com/sonatard/noctx \
100
		sonatard:noctx:v0.0.1:sonatard_noctx/vendor/github.com/sonatard/noctx \
102
		sourcegraph:go-diff:v0.5.3:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \
101
		sourcegraph:go-diff:v0.6.0:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \
103
		spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
102
		spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
104
		spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
103
		spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
105
		spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \
104
		spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \
106
		spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
105
		spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
107
		spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
106
		spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
108
		spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \
107
		spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
109
		sqs:pbtypes:d3ebe8f20ae4:sqs_pbtypes/vendor/sourcegraph.com/sqs/pbtypes \
108
		ssgreg:nlreturn:v2.1.0:ssgreg_nlreturn_v2/vendor/github.com/ssgreg/nlreturn/v2 \
110
		ssgreg:nlreturn:v2.0.1:ssgreg_nlreturn_v2/vendor/github.com/ssgreg/nlreturn/v2 \
111
		stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \
109
		stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \
112
		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
110
		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
113
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
111
		subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
Lines 115-128 Link Here
115
		tetafro:godot:v0.4.8:tetafro_godot/vendor/github.com/tetafro/godot \
113
		tetafro:godot:v0.4.8:tetafro_godot/vendor/github.com/tetafro/godot \
116
		timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \
114
		timakin:bodyclose:f7f2e9bca95e:timakin_bodyclose/vendor/github.com/timakin/bodyclose \
117
		tommy-muehle:go-mnd:e6f9a994e8fa:tommy_muehle_go_mnd/vendor/github.com/tommy-muehle/go-mnd \
115
		tommy-muehle:go-mnd:e6f9a994e8fa:tommy_muehle_go_mnd/vendor/github.com/tommy-muehle/go-mnd \
118
		ultraware:funlen:v0.0.2:ultraware_funlen/vendor/github.com/ultraware/funlen \
116
		ultraware:funlen:v0.0.3:ultraware_funlen/vendor/github.com/ultraware/funlen \
119
		ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \
117
		ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \
120
		uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \
118
		uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \
121
		valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
119
		valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
122
		valyala:quicktemplate:v1.5.1:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate
120
		valyala:quicktemplate:v1.6.2:valyala_quicktemplate/vendor/github.com/valyala/quicktemplate
123
121
124
_BUILD_VERSION=	${DISTVERSION}
122
_BUILD_VERSION=	${DISTVERSION}
125
_BUILD_COMMIT=	45b90f6
123
_BUILD_COMMIT=	3d6d0e7
126
_BUILD_DATE=	$$(date -u "+%Y-%m-%dT%H:%M:%SZ")
124
_BUILD_DATE=	$$(date -u "+%Y-%m-%dT%H:%M:%SZ")
127
125
128
GO_TARGET=	./cmd/${PORTNAME}
126
GO_TARGET=	./cmd/${PORTNAME}
(-)devel/golangci-lint/distinfo (-37 / +33 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1599147597
1
TIMESTAMP = 1600626366
2
SHA256 (golangci-golangci-lint-v1.30.0_GH0.tar.gz) = a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae
2
SHA256 (golangci-golangci-lint-v1.31.0_GH0.tar.gz) = 9a974bb5826389c2966b406b5e9f82e5b56373523d0a3f5c65f305c5d7be739c
3
SIZE (golangci-golangci-lint-v1.30.0_GH0.tar.gz) = 1243267
3
SIZE (golangci-golangci-lint-v1.31.0_GH0.tar.gz) = 1257471
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 13-32 Link Here
13
SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234
13
SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234
14
SHA256 (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 9496cccc3ba50ee7e555a1a837801de44883827725cc665d22c4ca66429c4ef5
14
SHA256 (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 9496cccc3ba50ee7e555a1a837801de44883827725cc665d22c4ca66429c4ef5
15
SIZE (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 26463
15
SIZE (bombsimon-wsl-v3.1.0_GH0.tar.gz) = 26463
16
SHA256 (daixiang0-gci-66f1df783cb2_GH0.tar.gz) = f12d25613e1e27077cf417b55119ad8f311b26f3555a433ef2da586c655cf5e6
16
SHA256 (daixiang0-gci-v0.2.4_GH0.tar.gz) = 96c325b662cc28c827d8eb30ddebd67f904fc850f8e52a9ddc1398946dd0f682
17
SIZE (daixiang0-gci-66f1df783cb2_GH0.tar.gz) = 6043
17
SIZE (daixiang0-gci-v0.2.4_GH0.tar.gz) = 6112
18
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
18
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
19
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
19
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
20
SHA256 (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = f9c9415070e0fec9bdce92965ac42c2f84f02d6455c9e62fa0fe3f76deefae1c
20
SHA256 (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = f9c9415070e0fec9bdce92965ac42c2f84f02d6455c9e62fa0fe3f76deefae1c
21
SIZE (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = 19412
21
SIZE (denis-tingajkin-go-header-v0.3.1_GH0.tar.gz) = 19412
22
SHA256 (dominikh-go-tools-v0.0.1-2020.1.4_GH0.tar.gz) = ac3b16836cec7ebe2ab426d84fbfd7946b43ee5ea72f608c2222b13a1e898fc7
22
SHA256 (dominikh-go-tools-v0.0.1-2020.1.5_GH0.tar.gz) = 28265e6da1fdb3f6fc2fcab984c8c25ed8e6e419d37c81d085c1a407c56f6b7b
23
SIZE (dominikh-go-tools-v0.0.1-2020.1.4_GH0.tar.gz) = 406057
23
SIZE (dominikh-go-tools-v0.0.1-2020.1.5_GH0.tar.gz) = 406267
24
SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f
24
SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f
25
SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941
25
SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941
26
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
26
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
27
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
27
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
28
SHA256 (go-critic-go-critic-v0.5.0_GH0.tar.gz) = 033b2d4ef17656650d89e94b270305b8bafa98d8854d38109324b09b79871f5a
28
SHA256 (go-critic-go-critic-v0.5.2_GH0.tar.gz) = 9ee51e74bc275bfe2ece5a4a8dfd179de12aac21008819c5a4a2bc53d4221290
29
SIZE (go-critic-go-critic-v0.5.0_GH0.tar.gz) = 137046
29
SIZE (go-critic-go-critic-v0.5.2_GH0.tar.gz) = 138145
30
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
30
SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
31
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
31
SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
32
SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4
32
SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4
Lines 53-72 Link Here
53
SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816
53
SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816
54
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
54
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
55
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
55
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
56
SHA256 (gofrs-flock-v0.7.1_GH0.tar.gz) = d4e33c3923e671fe6288a6dcb6618b7c46834c1a387653f482f5247c5a132dea
56
SHA256 (gofrs-flock-v0.8.0_GH0.tar.gz) = 64aa198aee88a6b560e2eb9a87794594e0b57c08a784dcb4bd8a0825b9ec5de6
57
SIZE (gofrs-flock-v0.7.1_GH0.tar.gz) = 7294
57
SIZE (gofrs-flock-v0.8.0_GH0.tar.gz) = 8978
58
SHA256 (gogo-protobuf-v1.2.1_GH0.tar.gz) = 99e423905ba8921e86817607a5294ffeedb66fdd4a85efce5eb2848f715fdb3a
59
SIZE (gogo-protobuf-v1.2.1_GH0.tar.gz) = 2017393
60
SHA256 (golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a
58
SHA256 (golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a
61
SIZE (golang-mod-v0.3.0_GH0.tar.gz) = 93941
59
SIZE (golang-mod-v0.3.0_GH0.tar.gz) = 93941
62
SHA256 (golang-sys-fe76b779f299_GH0.tar.gz) = 84cda22938ed183a5629979d1f16ab82aa2fab1d2bbb078b6440deada7b360f5
60
SHA256 (golang-sys-6fdc65e7d980_GH0.tar.gz) = 5c36375f2b9646fecf7a7f146be0780fe7ae1b030e10fb1a0ff75794569d07b7
63
SIZE (golang-sys-fe76b779f299_GH0.tar.gz) = 1052710
61
SIZE (golang-sys-6fdc65e7d980_GH0.tar.gz) = 1054144
64
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
62
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
65
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
63
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
66
SHA256 (golang-tools-7017fd6b1305_GH0.tar.gz) = e892fbef179de5669f574a55079b19f409e848744989af268315bcbabe62ba90
64
SHA256 (golang-tools-5ae4c3c160a0_GH0.tar.gz) = 84f8b62392cdb6836ffe3c4b41e6682ccd526581b48a80e5d60aa86f3791fa5c
67
SIZE (golang-tools-7017fd6b1305_GH0.tar.gz) = 2513486
65
SIZE (golang-tools-5ae4c3c160a0_GH0.tar.gz) = 2539915
68
SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7
66
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
69
SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657
67
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
70
SHA256 (golangci-check-cfe4005ccda2_GH0.tar.gz) = c8379c7a28b77302a2a1d88dbdd549037ed34a983851b0eb1e0f186e9895af3d
68
SHA256 (golangci-check-cfe4005ccda2_GH0.tar.gz) = c8379c7a28b77302a2a1d88dbdd549037ed34a983851b0eb1e0f186e9895af3d
71
SIZE (golangci-check-cfe4005ccda2_GH0.tar.gz) = 16555
69
SIZE (golangci-check-cfe4005ccda2_GH0.tar.gz) = 16555
72
SHA256 (golangci-dupl-3e9179ac440a_GH0.tar.gz) = f56e3ca1b26fbb7a4d84bce6ca2c885043bb8c0fd1ab49ef85d5df02a8afefe2
70
SHA256 (golangci-dupl-3e9179ac440a_GH0.tar.gz) = f56e3ca1b26fbb7a4d84bce6ca2c885043bb8c0fd1ab49ef85d5df02a8afefe2
Lines 95-102 Link Here
95
SIZE (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = 11455
93
SIZE (golangci-revgrep-d9c87f5ffaf0_GH0.tar.gz) = 11455
96
SHA256 (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 558fc4cbd54fe7a44b8510774004139a31ca3baa5929b34fb5024431658958f2
94
SHA256 (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 558fc4cbd54fe7a44b8510774004139a31ca3baa5929b34fb5024431658958f2
97
SIZE (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 6782
95
SIZE (golangci-unconvert-28b1c447d1f4_GH0.tar.gz) = 6782
98
SHA256 (google-go-cmp-v0.5.0_GH0.tar.gz) = 6d4eb0e3a4b7d1ee3a9fa917bd776c557e21cee0040c7da4fe6180acb9e2d911
96
SHA256 (google-go-cmp-v0.5.2_GH0.tar.gz) = 76e0c4238e7fec1490ef2c8b4719a024ade7f4b8778965acb888566535ee9dd5
99
SIZE (google-go-cmp-v0.5.0_GH0.tar.gz) = 98584
97
SIZE (google-go-cmp-v0.5.2_GH0.tar.gz) = 99769
100
SHA256 (gostaticanalysis-analysisutil-v0.0.3_GH0.tar.gz) = 991512e6bda62847eaf77aec69deca4efc1bf44775b8cb2c4571133f8f8fd750
98
SHA256 (gostaticanalysis-analysisutil-v0.0.3_GH0.tar.gz) = 991512e6bda62847eaf77aec69deca4efc1bf44775b8cb2c4571133f8f8fd750
101
SIZE (gostaticanalysis-analysisutil-v0.0.3_GH0.tar.gz) = 5853
99
SIZE (gostaticanalysis-analysisutil-v0.0.3_GH0.tar.gz) = 5853
102
SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
100
SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
Lines 141-148 Link Here
141
SIZE (nakabonne-nestif-v0.3.0_GH0.tar.gz) = 10011
139
SIZE (nakabonne-nestif-v0.3.0_GH0.tar.gz) = 10011
142
SHA256 (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 13d860fd8024c61459d362b4fbd7c8b3363d056e54464a5fb778e5fb284e41c8
140
SHA256 (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 13d860fd8024c61459d362b4fbd7c8b3363d056e54464a5fb778e5fb284e41c8
143
SIZE (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 980123
141
SIZE (nbutton23-zxcvbn-go-ae427f1e4c1d_GH0.tar.gz) = 980123
144
SHA256 (nishanths-exhaustive-8866003e3856_GH0.tar.gz) = d36e2b934b4473bc618c856637a1f0d6a07321c3c5f6b105591221ca901ee11c
142
SHA256 (nishanths-exhaustive-6cf413ae40e0_GH0.tar.gz) = 2d8f9077ced40e4cf62fde79223397181982b218748f3135723e25ac8581e2a3
145
SIZE (nishanths-exhaustive-8866003e3856_GH0.tar.gz) = 14216
143
SIZE (nishanths-exhaustive-6cf413ae40e0_GH0.tar.gz) = 14576
146
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
144
SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
147
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
145
SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
148
SHA256 (phayes-checkstyle-bfd46e6a821d_GH0.tar.gz) = ead6e6a5ffe113699d8d157f774a74d3d95bf116369cf3057ecd3f269a817a94
146
SHA256 (phayes-checkstyle-bfd46e6a821d_GH0.tar.gz) = ead6e6a5ffe113699d8d157f774a74d3d95bf116369cf3057ecd3f269a817a94
Lines 151-158 Link Here
151
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
149
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
152
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
150
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
153
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
151
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
154
SHA256 (quasilyte-go-ruleguard-b00d7a75d3d8_GH0.tar.gz) = 270215b03ec150caaf9befdc003c510b73f557711d60fbc4bc3e83a8214021b4
152
SHA256 (quasilyte-go-ruleguard-v0.2.0_GH0.tar.gz) = 1eb379b7a48c0442f3155199e7652e69419dedc0200a3267beb7c12602def9f5
155
SIZE (quasilyte-go-ruleguard-b00d7a75d3d8_GH0.tar.gz) = 178609
153
SIZE (quasilyte-go-ruleguard-v0.2.0_GH0.tar.gz) = 181551
156
SHA256 (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = e2177c6931f513fce13f8e042ec42234b2db7906288f984ec1a483add23e6e3d
154
SHA256 (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = e2177c6931f513fce13f8e042ec42234b2db7906288f984ec1a483add23e6e3d
157
SIZE (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = 17497
155
SIZE (quasilyte-regex-30656e2c4a95_GH0.tar.gz) = 17497
158
SHA256 (ryancurrah-gomodguard-v1.1.0_GH0.tar.gz) = 671195861506c30c668fd9a8fb7579dd276156a6deb69f513503237aa299d348
156
SHA256 (ryancurrah-gomodguard-v1.1.0_GH0.tar.gz) = 671195861506c30c668fd9a8fb7579dd276156a6deb69f513503237aa299d348
Lines 171-178 Link Here
171
SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748
169
SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748
172
SHA256 (sonatard-noctx-v0.0.1_GH0.tar.gz) = f9b8c9cbc0c8ee007d15d9d9c4e0111119d37ad78917a6ad35aff07a64aa3a44
170
SHA256 (sonatard-noctx-v0.0.1_GH0.tar.gz) = f9b8c9cbc0c8ee007d15d9d9c4e0111119d37ad78917a6ad35aff07a64aa3a44
173
SIZE (sonatard-noctx-v0.0.1_GH0.tar.gz) = 6873
171
SIZE (sonatard-noctx-v0.0.1_GH0.tar.gz) = 6873
174
SHA256 (sourcegraph-go-diff-v0.5.3_GH0.tar.gz) = 686f1409b13b30434a4f925c3d88f6ba60039fbd7490f939ad17955cc78e8672
172
SHA256 (sourcegraph-go-diff-v0.6.0_GH0.tar.gz) = ddebbc64db30d7c7e89a325807a6e0773c8b57300064131428ccb78a261ac01a
175
SIZE (sourcegraph-go-diff-v0.5.3_GH0.tar.gz) = 64305
173
SIZE (sourcegraph-go-diff-v0.6.0_GH0.tar.gz) = 63012
176
SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
174
SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
177
SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
175
SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
178
SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
176
SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
Lines 183-194 Link Here
183
SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
181
SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
184
SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
182
SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
185
SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796
183
SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796
186
SHA256 (spf13-viper-v1.7.0_GH0.tar.gz) = 95ce28f25d50b0a484479d46ec1576e786b92c70efdc2ad58089505c4ee0850d
184
SHA256 (spf13-viper-v1.7.1_GH0.tar.gz) = de85215b50e9fbb2cdf63b0aa9df826a866dff8f718ba2dc3f5866e98d5bd39a
187
SIZE (spf13-viper-v1.7.0_GH0.tar.gz) = 82340
185
SIZE (spf13-viper-v1.7.1_GH0.tar.gz) = 82641
188
SHA256 (sqs-pbtypes-d3ebe8f20ae4_GH0.tar.gz) = ccc4331f8ebc283c9b31a1d2ee3df18355da3d3687b9a0a0b814ca03f71bb9e9
186
SHA256 (ssgreg-nlreturn-v2.1.0_GH0.tar.gz) = 641676ca9ea102bc5223af1fbc06d0bd8ae99c452fa28f81b79b315201fdf146
189
SIZE (sqs-pbtypes-d3ebe8f20ae4_GH0.tar.gz) = 8975
187
SIZE (ssgreg-nlreturn-v2.1.0_GH0.tar.gz) = 4658
190
SHA256 (ssgreg-nlreturn-v2.0.1_GH0.tar.gz) = 90591f478581bbc5e809b6e121b1633ee78fa623973549e0dd8c372bc4938ee3
191
SIZE (ssgreg-nlreturn-v2.0.1_GH0.tar.gz) = 4465
192
SHA256 (stretchr-objx-v0.1.1_GH0.tar.gz) = 3bb0a581651f4c040435a70167ab60b723c5af04a5b0326af3c8b01ccc6fdcf0
188
SHA256 (stretchr-objx-v0.1.1_GH0.tar.gz) = 3bb0a581651f4c040435a70167ab60b723c5af04a5b0326af3c8b01ccc6fdcf0
193
SIZE (stretchr-objx-v0.1.1_GH0.tar.gz) = 75768
189
SIZE (stretchr-objx-v0.1.1_GH0.tar.gz) = 75768
194
SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f
190
SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f
Lines 203-210 Link Here
203
SIZE (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 6618
199
SIZE (timakin-bodyclose-f7f2e9bca95e_GH0.tar.gz) = 6618
204
SHA256 (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 1ee2a73c26aff1deab355ac70e63a316a88ae54581041be27d782feb7f0c5a36
200
SHA256 (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 1ee2a73c26aff1deab355ac70e63a316a88ae54581041be27d782feb7f0c5a36
205
SIZE (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 163776
201
SIZE (tommy-muehle-go-mnd-e6f9a994e8fa_GH0.tar.gz) = 163776
206
SHA256 (ultraware-funlen-v0.0.2_GH0.tar.gz) = 08bb01edc4ba6c44e85b81b8765921dab1eb7589c3663d15358a4139d852c4cd
202
SHA256 (ultraware-funlen-v0.0.3_GH0.tar.gz) = d28f408972a0be299c3d82648fd3631d163cf1eeb94630fb677d3b2a945be862
207
SIZE (ultraware-funlen-v0.0.2_GH0.tar.gz) = 2281
203
SIZE (ultraware-funlen-v0.0.3_GH0.tar.gz) = 2019
208
SHA256 (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 1e08c7f134cc54b76997a15e19f70d2f83e13cbb6f9184c2c14b597b307bcbbf
204
SHA256 (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 1e08c7f134cc54b76997a15e19f70d2f83e13cbb6f9184c2c14b597b307bcbbf
209
SIZE (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 2361
205
SIZE (ultraware-whitespace-v0.0.4_GH0.tar.gz) = 2361
210
SHA256 (uudashr-gocognit-v1.0.1_GH0.tar.gz) = dc69a43d6ecd6f7361bec54a65db5b0a0fc5480143abed0c9a281d25bfb696ae
206
SHA256 (uudashr-gocognit-v1.0.1_GH0.tar.gz) = dc69a43d6ecd6f7361bec54a65db5b0a0fc5480143abed0c9a281d25bfb696ae
Lines 211-215 Link Here
211
SIZE (uudashr-gocognit-v1.0.1_GH0.tar.gz) = 5110
207
SIZE (uudashr-gocognit-v1.0.1_GH0.tar.gz) = 5110
212
SHA256 (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 089013e3429ebe7fd2bc3527f003bf3f3f639891e5d8ba6a56010e3671465e1f
208
SHA256 (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 089013e3429ebe7fd2bc3527f003bf3f3f639891e5d8ba6a56010e3671465e1f
213
SIZE (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 5025
209
SIZE (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 5025
214
SHA256 (valyala-quicktemplate-v1.5.1_GH0.tar.gz) = 279e7b27de1b9e9241749957b9357b989bdf3892a259787335837877a3415d25
210
SHA256 (valyala-quicktemplate-v1.6.2_GH0.tar.gz) = f367a79d4a6788c53488b508d17ff7212ff0d9df3c1379b11487ddde285bc56a
215
SIZE (valyala-quicktemplate-v1.5.1_GH0.tar.gz) = 44491
211
SIZE (valyala-quicktemplate-v1.6.2_GH0.tar.gz) = 631282

Return to bug 249488