File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/konflux-ci/integration-service
22
3- go 1.24.4
4-
5- toolchain go1.24.5
3+ go 1.24.9
64
75require (
86 github.com/agiledragon/gomonkey/v2 v2.13.0
@@ -84,7 +82,7 @@ require (
8482 github.com/google/go-github/v72 v72.0.0 // indirect
8583 github.com/google/go-querystring v1.1.0 // indirect
8684 github.com/google/gofuzz v1.2.0 // indirect
87- github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 // indirect
85+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff // indirect
8886 github.com/google/uuid v1.6.0 // indirect
8987 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
9088 github.com/hashicorp/errwrap v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hf
229229github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
230230github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
231231github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99 /go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM =
232- github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 h1:3DsUAV+VNEQa2CUVLxCY3f87278uWfIDhJnbdvDjvmE =
233- github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 /go.mod h1:I6V7YzU0XDpsHqbsyrghnFZLO1gwK6NPTNvmetQIk9U =
232+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff h1:yzNvZCuBc2R20hZUmsDZL8MHJDFz9xl4R/BEbal+Qm8 =
233+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff /go.mod h1:67FPmZWbr+KDT/VlpWtw6sO9XSjpJmLuHpoLmWiTGgY =
234234github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
235235github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
236236github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ github.com/google/go-querystring/query
189189## explicit; go 1.12
190190github.com/google/gofuzz
191191github.com/google/gofuzz/bytesource
192- # github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8
193- ## explicit; go 1.24.0
192+ # github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff
193+ ## explicit; go 1.24.9
194194github.com/google/pprof/profile
195195# github.com/google/uuid v1.6.0
196196## explicit
You can’t perform that action at this time.
0 commit comments