Skip to content

Commit 2b5d626

Browse files
[redhat-3.14] deps: updating go to 1.23 (PROJQUAY-9009) (#1047)
Updating go to 1.23 --------- Co-authored-by: bcaton <[email protected]>
1 parent b0fdd6f commit 2b5d626

File tree

5 files changed

+45
-8
lines changed

5 files changed

+45
-8
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/quay/quay-operator
22

3-
go 1.21
3+
go 1.23
4+
5+
toolchain go1.23.10
46

57
require (
68
github.com/go-logr/logr v1.4.1
@@ -96,7 +98,7 @@ require (
9698
github.com/prometheus/common v0.45.0 // indirect
9799
github.com/prometheus/procfs v0.12.0 // indirect
98100
github.com/rs/xid v1.4.0 // indirect
99-
github.com/sirupsen/logrus v1.9.0 // indirect
101+
github.com/sirupsen/logrus v1.9.3 // indirect
100102
github.com/spf13/pflag v1.0.5 // indirect
101103
github.com/tidwall/gjson v1.10.2 // indirect
102104
github.com/tidwall/match v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,9 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
659659
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
660660
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
661661
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
662-
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
663662
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
663+
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
664+
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
664665
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
665666
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
666667
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=

vendor/github.com/sirupsen/logrus/README.md

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

vendor/github.com/sirupsen/logrus/writer.go

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ github.com/quay/config-tool/pkg/lib/shared
349349
# github.com/rs/xid v1.4.0
350350
## explicit; go 1.12
351351
github.com/rs/xid
352-
# github.com/sirupsen/logrus v1.9.0
352+
# github.com/sirupsen/logrus v1.9.3
353353
## explicit; go 1.13
354354
github.com/sirupsen/logrus
355355
# github.com/spf13/pflag v1.0.5

0 commit comments

Comments
 (0)