Skip to content

Commit 5a41b26

Browse files
Go: Bump github.com/securego/gosec/v2 from 2.12.0 to 2.14.0 (redhat-developer#6249)
Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.12.0 to 2.14.0. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](securego/gosec@v2.12.0...v2.14.0) --- updated-dependencies: - dependency-name: github.com/securego/gosec/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3c70e3 commit 5a41b26

File tree

139 files changed

+5140
-1976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+5140
-1976
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
github.com/mattn/go-colorable v0.1.9
2626
github.com/olekukonko/tablewriter v0.0.4
2727
github.com/onsi/ginkgo v1.16.5
28-
github.com/onsi/ginkgo/v2 v2.1.6
29-
github.com/onsi/gomega v1.20.1
28+
github.com/onsi/ginkgo/v2 v2.3.1
29+
github.com/onsi/gomega v1.22.1
3030
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
3131
github.com/openshift/client-go v0.0.0-20220603133046-984ee5ebedcf
3232
github.com/openshift/oc v0.0.0-alpha.0.0.20220402064836-f1f09a392fd1
@@ -37,7 +37,7 @@ require (
3737
github.com/redhat-developer/alizer/go v0.0.0-20220714080930-59b004fd4586
3838
github.com/redhat-developer/service-binding-operator v1.0.1-0.20211222115357-5b7bbba3bfb3
3939
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
40-
github.com/securego/gosec/v2 v2.12.0
40+
github.com/securego/gosec/v2 v2.14.0
4141
github.com/segmentio/backo-go v1.0.1-0.20200129164019-23eae7c10bd3
4242
github.com/spf13/afero v1.6.0
4343
github.com/spf13/cobra v1.4.0
@@ -121,7 +121,7 @@ require (
121121
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
122122
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
123123
github.com/google/uuid v1.3.0 // indirect
124-
github.com/gookit/color v1.5.1 // indirect
124+
github.com/gookit/color v1.5.2 // indirect
125125
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
126126
github.com/hashicorp/errwrap v1.0.0 // indirect
127127
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -168,7 +168,7 @@ require (
168168
github.com/russross/blackfriday v1.5.2 // indirect
169169
github.com/sergi/go-diff v1.1.0 // indirect
170170
github.com/sirupsen/logrus v1.8.1 // indirect
171-
github.com/stretchr/testify v1.7.4 // indirect
171+
github.com/stretchr/testify v1.8.0 // indirect
172172
github.com/tidwall/match v1.1.1 // indirect
173173
github.com/tidwall/pretty v1.2.0 // indirect
174174
github.com/xanzy/ssh-agent v0.3.0 // indirect
@@ -179,11 +179,11 @@ require (
179179
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
180180
go.opencensus.io v0.23.0 // indirect
181181
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
182-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
182+
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
183183
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
184184
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
185185
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
186-
golang.org/x/text v0.3.7 // indirect
186+
golang.org/x/text v0.3.8 // indirect
187187
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
188188
golang.org/x/tools v0.1.12 // indirect
189189
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect

go.sum

Lines changed: 515 additions & 16 deletions
Large diffs are not rendered by default.

vendor/github.com/gookit/color/README.md

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

0 commit comments

Comments
 (0)