Skip to content

Commit c4c80fb

Browse files
Update github.com/google/pprof digest to d7df1bf
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b026841 commit c4c80fb

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/terraform-redhat/terraform-provider-rhcs
22

3-
go 1.23.0
4-
5-
toolchain go1.23.9
3+
go 1.24.9
64

75
require (
86
github.com/Masterminds/semver v1.5.0
@@ -20,6 +18,7 @@ require (
2018
github.com/openshift-online/ocm-common v0.0.33
2119
github.com/openshift-online/ocm-sdk-go v0.1.479
2220
github.com/pkg/errors v0.9.1
21+
github.com/segmentio/ksuid v1.0.4
2322
github.com/sirupsen/logrus v1.9.3
2423
github.com/thoas/go-funk v0.9.3
2524
github.com/zgalor/weberr v0.8.2
@@ -61,7 +60,6 @@ require (
6160
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6261
github.com/openshift-online/ocm-api-model/clientapi v0.0.434 // indirect
6362
github.com/openshift-online/ocm-api-model/model v0.0.434 // indirect
64-
github.com/segmentio/ksuid v1.0.4 // indirect
6563
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
6664
go.yaml.in/yaml/v2 v2.4.2 // indirect
6765
golang.org/x/net v0.43.0 // indirect
@@ -93,7 +91,7 @@ require (
9391
github.com/golang/glog v1.2.5 // indirect
9492
github.com/golang/protobuf v1.5.4 // indirect
9593
github.com/google/go-cmp v0.7.0 // indirect
96-
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
94+
github.com/google/pprof v0.0.0-20260106004452-d7df1bf2cac7 // indirect
9795
github.com/google/uuid v1.6.0 // indirect
9896
github.com/gorilla/css v1.0.1 // indirect
9997
github.com/hashicorp/errwrap v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf
258258
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
259259
github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
260260
github.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-20260106004452-d7df1bf2cac7 h1:kmPAX+IJBcUAFTddx2+xC0H7sk2U9ijIIxZLLrPLNng=
262+
github.com/google/pprof v0.0.0-20260106004452-d7df1bf2cac7/go.mod h1:67FPmZWbr+KDT/VlpWtw6sO9XSjpJmLuHpoLmWiTGgY=
263263
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
264264
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
265265
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)