Skip to content

Commit

Permalink
OCM-5935 | chore: *: go mod tidy with 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Feb 6, 2024
1 parent ba501f9 commit 18e8d70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
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.20
go 1.21.3

require github.com/bwplotka/bingo v0.9.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.20
go 1.21.3

require github.com/daixiang0/gci v0.10.1
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.20
go 1.21.3

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.20
go 1.21.3

require github.com/golangci/golangci-lint v1.55.2 // cmd/golangci-lint
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.20
go 1.21.3

require go.uber.org/mock v0.4.0 // mockgen
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/openshift/rosa

go 1.20
go 1.21

toolchain go1.21.3

require (
github.com/AlecAivazis/survey/v2 v2.2.15
Expand Down

0 comments on commit 18e8d70

Please sign in to comment.