aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/alingse
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-02-22 22:16:50 +0100
committerTaras Madan <tarasmadan@google.com>2023-02-24 12:47:23 +0100
commit4165372ec8fd142475a4e35fd0cf4f8042132208 (patch)
tree21cd62211b4dd80bee469054c5b65db77342333c /vendor/github.com/alingse
parent2b3ed821a493b8936c8bacfa6f8b4f1c90a00855 (diff)
dependencies: update
set go min requirements to 1.19 update dependencies update vendor
Diffstat (limited to 'vendor/github.com/alingse')
-rw-r--r--vendor/github.com/alingse/asasalint/asasalint.go2
-rw-r--r--vendor/github.com/alingse/asasalint/go.mod10
-rw-r--r--vendor/github.com/alingse/asasalint/go.sum6
3 files changed, 1 insertions, 17 deletions
diff --git a/vendor/github.com/alingse/asasalint/asasalint.go b/vendor/github.com/alingse/asasalint/asasalint.go
index 544bad84c..f34516a46 100644
--- a/vendor/github.com/alingse/asasalint/asasalint.go
+++ b/vendor/github.com/alingse/asasalint/asasalint.go
@@ -16,7 +16,7 @@ import (
"golang.org/x/tools/go/ast/inspector"
)
-const BuiltinExclusions = `^(fmt|log|logger)\.(Print|Fprint|Sprint|Fatal|Panic|Error|Warn|Warning|Info|Debug)(|f|ln)$`
+const BuiltinExclusions = `^(fmt|log|logger|t|)\.(Print|Fprint|Sprint|Fatal|Panic|Error|Warn|Warning|Info|Debug|Log)(|f|ln)$`
type LinterSetting struct {
Exclude []string
diff --git a/vendor/github.com/alingse/asasalint/go.mod b/vendor/github.com/alingse/asasalint/go.mod
deleted file mode 100644
index 928e71c18..000000000
--- a/vendor/github.com/alingse/asasalint/go.mod
+++ /dev/null
@@ -1,10 +0,0 @@
-module github.com/alingse/asasalint
-
-go 1.18
-
-require golang.org/x/tools v0.1.11
-
-require (
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
-)
diff --git a/vendor/github.com/alingse/asasalint/go.sum b/vendor/github.com/alingse/asasalint/go.sum
deleted file mode 100644
index 7ec6d5e77..000000000
--- a/vendor/github.com/alingse/asasalint/go.sum
+++ /dev/null
@@ -1,6 +0,0 @@
-golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s=
-golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
-golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=
-golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/tools v0.1.11 h1:loJ25fNOEhSXfHrpoGj91eCUThwdNX6u24rO1xnNteY=
-golang.org/x/tools v0.1.11/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=