Skip to content

Commit acbcbdb

Browse files
authored
build(deps): bump github.com/ashanbrown/forbidigo from 1.6.0 to 2.1.0 (#5783)
1 parent e905d80 commit acbcbdb

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/alexkohler/prealloc v1.0.0
2121
github.com/alingse/asasalint v0.0.11
2222
github.com/alingse/nilnesserr v0.2.0
23-
github.com/ashanbrown/forbidigo v1.6.0
23+
github.com/ashanbrown/forbidigo/v2 v2.1.0
2424
github.com/ashanbrown/makezero/v2 v2.0.1
2525
github.com/bkielbasa/cyclop v1.2.3
2626
github.com/blizzy78/varnamelen v0.8.0

go.sum

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/forbidigo/forbidigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package forbidigo
33
import (
44
"fmt"
55

6-
"github.com/ashanbrown/forbidigo/forbidigo"
6+
"github.com/ashanbrown/forbidigo/v2/forbidigo"
77
"golang.org/x/tools/go/analysis"
88
"gopkg.in/yaml.v3"
99

0 commit comments

Comments
 (0)