File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/stackrox/infra
22
3- go 1.24.7
3+ go 1.24.10
44
55require (
66 cloud.google.com/go/bigquery v1.72.0
77 cloud.google.com/go/storage v1.57.2
8- github.com/argoproj/argo-workflows/v3 v3.7.3
8+ github.com/argoproj/argo-workflows/v3 v3.7.4
99 github.com/buger/jsonparser v1.1.1
1010 github.com/coreos/go-oidc/v3 v3.17.0
1111 github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ github.com/apache/arrow/go/v15 v15.0.2 h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcy
5151github.com/apache/arrow/go/v15 v15.0.2 /go.mod h1:DGXsR3ajT524njufqf95822i+KTh+yea1jass9YXgjA =
5252github.com/argoproj/argo-events v1.9.6 h1:tQTyUmMt0/4UI+9fbXrmK1/h9oalV7KBCC3YgPI7qz0 =
5353github.com/argoproj/argo-events v1.9.6 /go.mod h1:MkJI9UXTLnLOFX6LKo0rC1tnvWfLFzKkGigsdfu58SA =
54- github.com/argoproj/argo-workflows/v3 v3.7.3 h1:b0o03RTLXIL7lQunDEvLoDTeI5TbfXe2obGaItvvifk =
55- github.com/argoproj/argo-workflows/v3 v3.7.3 /go.mod h1:beyGAfZUKfTetics0/Ek55PYcl4ZJ4w4+vQB/wxN4qI =
54+ github.com/argoproj/argo-workflows/v3 v3.7.4 h1:oA/DxaSsjb6fMYaygf7JVQgnsF+ZzlfUPy5kIfLsCic =
55+ github.com/argoproj/argo-workflows/v3 v3.7.4 /go.mod h1:magZx49kuH3RHLpkKf3HUCtUDVjFIEHV/cUn5G6D1QE =
5656github.com/argoproj/pkg v0.13.7-0.20250123033407-65f2d4777bfd h1:lGvauSky5XrqNhzzL078KqR/I+65/KNP5IcXqTEIZ5c =
5757github.com/argoproj/pkg v0.13.7-0.20250123033407-65f2d4777bfd /go.mod h1:UzNnTJT+8Fv5oc1LB2pcgXiUF+n9n+tulbaON2EBgJo =
5858github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
Original file line number Diff line number Diff line change 1- FROM golang:1.24.7 as golang-builder
1+ FROM golang:1.24.10 as golang-builder
22
33WORKDIR /go/src/github.com/stackrox/infra
44
You can’t perform that action at this time.
0 commit comments