Skip to content
Open
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stakater/IngressMonitorController/v2

go 1.24.0
go 1.25

require (
cloud.google.com/go/monitoring v1.16.3
Expand All @@ -18,7 +18,7 @@ require (
github.com/openshift/api v0.0.0-20200526144822-34f54f12813a
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/russellcardullo/go-pingdom v1.3.0
github.com/stakater/operator-utils v0.1.13
github.com/stakater/operator-utils v0.1.15
github.com/stretchr/testify v1.10.0
golang.org/x/time v0.3.0
google.golang.org/api v0.149.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/stakater/operator-utils v0.1.13 h1:BWOehMy15gv+2qMe6GSEcX4k41C9DyDTbeQq51V63NU=
github.com/stakater/operator-utils v0.1.13/go.mod h1:NM2WTCf9xlEQEZVcncTVaVJ3WrvarQbMe8gxZd3Ybpo=
github.com/stakater/operator-utils v0.1.15 h1:PGQ8Y6Or7JSTdMtMkB9zbVPPcED8/7uaqIlmmGxnEgA=
github.com/stakater/operator-utils v0.1.15/go.mod h1:V0VkzNnv3oAU+SWjYiZiKMEo1Jpbes4JSSd5XQe1JSY=
github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
Loading