File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/terraform-redhat/terraform-provider-rhcs
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.23.9
5+ toolchain go1.24.6
66
77require (
88 github.com/Masterminds/semver v1.5.0
@@ -92,7 +92,7 @@ require (
9292 github.com/golang/glog v1.2.5 // indirect
9393 github.com/golang/protobuf v1.5.4 // indirect
9494 github.com/google/go-cmp v0.7.0 // indirect
95- github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
95+ github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
9696 github.com/google/uuid v1.6.0 // indirect
9797 github.com/gorilla/css v1.0.1 // indirect
9898 github.com/hashicorp/errwrap v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf
258258github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
259259github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
260260github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99 /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
261- github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 h1:xhMrHhTJ6zxu3gA4enFM9MLn9AY7613teCdFnlUVbSQ =
262- github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 /go.mod h1:5hDyRhoBCxViHszMt12TnOpEI4VVi+U8Gm9iphldiMA =
261+ github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d h1:KJIErDwbSHjnp/SGzE5ed8Aol7JsKiI5X7yWKAtzhM0 =
262+ github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d /go.mod h1:I6V7YzU0XDpsHqbsyrghnFZLO1gwK6NPTNvmetQIk9U =
263263github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
264264github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
265265github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments