Skip to content

Commit

Permalink
Merge pull request #675 from atc0005/dependabot/go_modules/tools/mast…
Browse files Browse the repository at this point in the history
…er/github.com/golangci/golangci-lint-1.47.0

go.mod: bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.0 in /tools
  • Loading branch information
atc0005 authored Jul 19, 2022
2 parents 0b33719 + a829ac9 commit 89dab30
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
// errwrap - provided as an optional linter
github.com/fatih/errwrap v1.4.0
// golangci-lint - intended as a primary linter
github.com/golangci/golangci-lint v1.46.2
github.com/golangci/golangci-lint v1.47.0

// httperroryzer - provided as an optional linter
github.com/orijtech/httperroryzer v0.0.1
Expand Down Expand Up @@ -36,7 +36,7 @@ require (
github.com/go-toolsmith/astp v1.0.0 // indirect
github.com/go-toolsmith/strparse v1.0.0 // indirect
github.com/go-toolsmith/typep v1.0.2 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/ldez/gomoddirectives v0.2.3 // indirect
github.com/magiconair/properties v1.8.6 // indirect
Expand All @@ -53,18 +53,18 @@ require (
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.11.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/subosito/gotenv v1.4.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
golang.org/x/tools v0.1.11 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 89dab30

Please # to comment.