Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bingo/bingo.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require github.com/bwplotka/bingo v0.10.0
2 changes: 1 addition & 1 deletion .bingo/gci.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require github.com/daixiang0/gci v0.14.0
2 changes: 1 addition & 1 deletion .bingo/go-bindata.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require github.com/go-bindata/go-bindata v3.1.2+incompatible // go-bindata
2 changes: 1 addition & 1 deletion .bingo/golangci-lint.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require github.com/golangci/golangci-lint/v2 v2.12.2 // cmd/golangci-lint
2 changes: 1 addition & 1 deletion .bingo/goreleaser.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require (
al.essio.dev/pkg/shellescape v1.6.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion .bingo/govulncheck.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.25.8
go 1.26.5

require golang.org/x/vuln v1.1.4 // cmd/govulncheck
2 changes: 1 addition & 1 deletion .bingo/mockgen.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.26.3
go 1.26.5

require go.uber.org/mock v0.4.0 // mockgen
11 changes: 1 addition & 10 deletions .govulncheck-ignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,4 @@
# - module: The exact module path where the vulnerability exists
# - reason: Why this vulnerability is accepted

ignored_vulnerabilities:
- id: GO-2026-5037
module: stdlib
reason: "Deferred until Go 1.26.4 toolchain is available (fix in v1.26.4; current go.mod: 1.25.8)"
- id: GO-2026-5038
module: stdlib
reason: "Deferred until Go 1.26.4 toolchain is available (fix in v1.26.4; current go.mod: 1.25.8)"
- id: GO-2026-5039
module: stdlib
reason: "Deferred until Go 1.26.4 toolchain is available (fix in v1.26.4; current go.mod: 1.25.8)"
ignored_vulnerabilities: []
22 changes: 0 additions & 22 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,3 @@ exclude:
- "vendor/golang.org/x/crypto/ssh/**"
- "vendor/golang.org/x/tools/**"
- "vendor/k8s.io/klog/**"

ignore:
SNYK-GOLANG-STDNETTEXTPROTO-17135843:
- "*":
reason: >-
Go stdlib fix requires 1.26.4; CI builder is still 1.26.3.
Remove when CI runs Go >= 1.26.4.
expires: 2026-08-01T00:00:00.000Z

SNYK-GOLANG-STDMIME-17135844:
- "*":
reason: >-
Go stdlib fix requires 1.26.4; CI builder is still 1.26.3.
Remove when CI runs Go >= 1.26.4.
expires: 2026-08-01T00:00:00.000Z

SNYK-GOLANG-STDCRYPTOX509-17135840:
- "*":
reason: >-
Go stdlib fix requires 1.26.4; CI builder is still 1.26.3.
Remove when CI runs Go >= 1.26.4.
expires: 2026-08-01T00:00:00.000Z
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openshift/rosa

go 1.26.3
go 1.26.5

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"gomod": {
"constraints": {
"go": "1.26.3"
"go": "1.26.5"
},
"managerFilePatterns": [
"/(^|/)\\.bingo/[^/]+\\.mod$/"
Expand Down