Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 0b4d913

Browse files
Bump github.com/securego/gosec/v2 in /internal/tools
Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.10.0 to 2.22.10. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](securego/gosec@v2.10.0...v2.22.10) --- updated-dependencies: - dependency-name: github.com/securego/gosec/v2 dependency-version: 2.22.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55cfe14 commit 0b4d913

File tree

2 files changed

+77
-267
lines changed

2 files changed

+77
-267
lines changed

internal/tools/go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/open-telemetry/opentelemetry-log-collection/internal/tools
22

3-
go 1.17
3+
go 1.24.0
44

55
require (
66
github.com/golangci/golangci-lint v1.45.0
77
github.com/google/addlicense v1.0.0
8-
github.com/securego/gosec/v2 v2.10.0
8+
github.com/securego/gosec/v2 v2.22.10
99
github.com/tcnksm/ghr v0.14.0
1010
github.com/vektra/mockery v1.1.2
1111
)
@@ -30,6 +30,7 @@ require (
3030
github.com/breml/bidichk v0.2.2 // indirect
3131
github.com/breml/errchkjson v0.2.3 // indirect
3232
github.com/butuzov/ireturn v0.1.1 // indirect
33+
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
3334
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3435
github.com/charithe/durationcheck v0.0.9 // indirect
3536
github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af // indirect
@@ -63,11 +64,11 @@ require (
6364
github.com/golangci/misspell v0.3.5 // indirect
6465
github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 // indirect
6566
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
66-
github.com/google/go-cmp v0.5.7 // indirect
67+
github.com/google/go-cmp v0.7.0 // indirect
6768
github.com/google/go-github v17.0.0+incompatible // indirect
6869
github.com/google/go-querystring v1.1.0 // indirect
69-
github.com/google/uuid v1.3.0 // indirect
70-
github.com/gookit/color v1.5.0 // indirect
70+
github.com/google/uuid v1.6.0 // indirect
71+
github.com/gookit/color v1.6.0 // indirect
7172
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect
7273
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
7374
github.com/gostaticanalysis/comment v1.4.2 // indirect
@@ -105,7 +106,6 @@ require (
105106
github.com/mitchellh/mapstructure v1.4.3 // indirect
106107
github.com/moricho/tparallel v0.2.1 // indirect
107108
github.com/nakabonne/nestif v0.3.1 // indirect
108-
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
109109
github.com/nishanths/exhaustive v0.7.11 // indirect
110110
github.com/nishanths/predeclared v0.2.1 // indirect
111111
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -138,8 +138,8 @@ require (
138138
github.com/spf13/pflag v1.0.5 // indirect
139139
github.com/spf13/viper v1.10.1 // indirect
140140
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
141-
github.com/stretchr/objx v0.3.0 // indirect
142-
github.com/stretchr/testify v1.7.0 // indirect
141+
github.com/stretchr/objx v0.5.2 // indirect
142+
github.com/stretchr/testify v1.11.1 // indirect
143143
github.com/subosito/gotenv v1.2.0 // indirect
144144
github.com/sylvia7788/contextcheck v1.0.5 // indirect
145145
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
@@ -152,23 +152,24 @@ require (
152152
github.com/ultraware/funlen v0.0.3 // indirect
153153
github.com/ultraware/whitespace v0.0.5 // indirect
154154
github.com/uudashr/gocognit v1.0.5 // indirect
155-
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
155+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
156156
github.com/yagipy/maintidx v1.0.0 // indirect
157157
github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 // indirect
158158
gitlab.com/bosi/decorder v0.2.1 // indirect
159-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
160-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
159+
golang.org/x/mod v0.29.0 // indirect
160+
golang.org/x/net v0.46.0 // indirect
161161
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
162-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
163-
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
164-
golang.org/x/text v0.3.7 // indirect
165-
golang.org/x/tools v0.1.10 // indirect
166-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
162+
golang.org/x/sync v0.17.0 // indirect
163+
golang.org/x/sys v0.37.0 // indirect
164+
golang.org/x/text v0.30.0 // indirect
165+
golang.org/x/tools v0.38.0 // indirect
166+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
167+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
167168
google.golang.org/appengine v1.6.7 // indirect
168-
google.golang.org/protobuf v1.27.1 // indirect
169+
google.golang.org/protobuf v1.36.8 // indirect
169170
gopkg.in/ini.v1 v1.66.4 // indirect
170171
gopkg.in/yaml.v2 v2.4.0 // indirect
171-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
172+
gopkg.in/yaml.v3 v3.0.1 // indirect
172173
honnef.co/go/tools v0.2.2 // indirect
173174
mvdan.cc/gofumpt v0.3.0 // indirect
174175
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect

0 commit comments

Comments
 (0)