Skip to content

Commit 1b82435

Browse files
Bump the all-dependencies group with 2 updates (#41)
Bumps the all-dependencies group with 2 updates: [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) and [golang.org/x/tools](https://github.com/golang/tools). Updates `github.com/golangci/golangci-lint` from 1.60.3 to 1.61.0 - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.60.3...v1.61.0) Updates `golang.org/x/tools` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 513e623 commit 1b82435

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

Diff for: go.mod

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ module github.com/wafer-bw/whatsmyip
33
go 1.22.4
44

55
require (
6-
github.com/golangci/golangci-lint v1.60.3
6+
github.com/golangci/golangci-lint v1.61.0
77
github.com/gorilla/mux v1.8.1
88
github.com/stretchr/testify v1.9.0
9-
golang.org/x/tools v0.24.0
9+
golang.org/x/tools v0.25.0
1010
google.golang.org/protobuf v1.34.2
1111
)
1212

1313
require (
1414
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
1515
4d63.com/gochecknoglobals v0.2.1 // indirect
1616
github.com/4meepo/tagalign v1.3.4 // indirect
17-
github.com/Abirdcfly/dupword v0.0.14 // indirect
17+
github.com/Abirdcfly/dupword v0.1.1 // indirect
1818
github.com/Antonboom/errname v0.1.13 // indirect
1919
github.com/Antonboom/nilnil v0.1.9 // indirect
2020
github.com/Antonboom/testifylint v1.4.3 // indirect
2121
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
22-
github.com/Crocmagnon/fatcontext v0.4.0 // indirect
22+
github.com/Crocmagnon/fatcontext v0.5.2 // indirect
2323
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
2424
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
25-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
25+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
2626
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
2727
github.com/alecthomas/go-check-sumtype v0.1.4 // indirect
2828
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
@@ -43,9 +43,9 @@ require (
4343
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4444
github.com/charithe/durationcheck v0.0.10 // indirect
4545
github.com/chavacava/garif v0.1.0 // indirect
46-
github.com/ckaznocha/intrange v0.1.2 // indirect
46+
github.com/ckaznocha/intrange v0.2.0 // indirect
4747
github.com/curioswitch/go-reassign v0.2.0 // indirect
48-
github.com/daixiang0/gci v0.13.4 // indirect
48+
github.com/daixiang0/gci v0.13.5 // indirect
4949
github.com/davecgh/go-spew v1.1.1 // indirect
5050
github.com/denis-tingaikin/go-header v0.5.0 // indirect
5151
github.com/ettle/strcase v0.2.0 // indirect
@@ -63,7 +63,7 @@ require (
6363
github.com/go-toolsmith/astp v1.1.0 // indirect
6464
github.com/go-toolsmith/strparse v1.1.0 // indirect
6565
github.com/go-toolsmith/typep v1.1.0 // indirect
66-
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
66+
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
6767
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
6868
github.com/gobwas/glob v0.2.3 // indirect
6969
github.com/gofrs/flock v0.12.1 // indirect
@@ -120,25 +120,25 @@ require (
120120
github.com/nunnatsa/ginkgolinter v0.16.2 // indirect
121121
github.com/olekukonko/tablewriter v0.0.5 // indirect
122122
github.com/pelletier/go-toml v1.9.5 // indirect
123-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
123+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
124124
github.com/pmezard/go-difflib v1.0.0 // indirect
125125
github.com/polyfloyd/go-errorlint v1.6.0 // indirect
126126
github.com/prometheus/client_golang v1.12.1 // indirect
127127
github.com/prometheus/client_model v0.2.0 // indirect
128128
github.com/prometheus/common v0.32.1 // indirect
129129
github.com/prometheus/procfs v0.7.3 // indirect
130-
github.com/quasilyte/go-ruleguard v0.4.2 // indirect
130+
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 // indirect
131131
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
132132
github.com/quasilyte/gogrep v0.5.0 // indirect
133133
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
134134
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
135-
github.com/ryancurrah/gomodguard v1.3.3 // indirect
135+
github.com/ryancurrah/gomodguard v1.3.5 // indirect
136136
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
137137
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
138138
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
139139
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
140140
github.com/sashamelentyev/usestdlibvars v1.27.0 // indirect
141-
github.com/securego/gosec/v2 v2.20.1-0.20240822074752-ab3f6c1c83a0 // indirect
141+
github.com/securego/gosec/v2 v2.21.2 // indirect
142142
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
143143
github.com/sirupsen/logrus v1.9.3 // indirect
144144
github.com/sivchari/containedctx v1.0.3 // indirect
@@ -156,7 +156,7 @@ require (
156156
github.com/stretchr/objx v0.5.2 // indirect
157157
github.com/subosito/gotenv v1.4.1 // indirect
158158
github.com/tdakkota/asciicheck v0.2.0 // indirect
159-
github.com/tetafro/godot v1.4.16 // indirect
159+
github.com/tetafro/godot v1.4.17 // indirect
160160
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect
161161
github.com/timonwong/loggercheck v0.9.4 // indirect
162162
github.com/tomarrell/wrapcheck/v2 v2.9.0 // indirect
@@ -175,12 +175,12 @@ require (
175175
go.uber.org/automaxprocs v1.5.3 // indirect
176176
go.uber.org/multierr v1.6.0 // indirect
177177
go.uber.org/zap v1.24.0 // indirect
178-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
178+
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
179179
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
180-
golang.org/x/mod v0.20.0 // indirect
180+
golang.org/x/mod v0.21.0 // indirect
181181
golang.org/x/sync v0.8.0 // indirect
182-
golang.org/x/sys v0.23.0 // indirect
183-
golang.org/x/text v0.17.0 // indirect
182+
golang.org/x/sys v0.25.0 // indirect
183+
golang.org/x/text v0.18.0 // indirect
184184
gopkg.in/ini.v1 v1.67.0 // indirect
185185
gopkg.in/yaml.v2 v2.4.0 // indirect
186186
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)