Skip to content

Commit e6a0bbe

Browse files
saracenGitLab
authored andcommitted
Merge branch 'ajwalker/upgrade-moa-fix-dollar' into 'main'
Upgrade gitlab.com/gitlab-org/moa to fix unmatched template expressions See merge request https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/6513 Merged-by: Arran Walker <ajwalker@gitlab.com> Approved-by: Timo Furrer <tfurrer@gitlab.com>
2 parents 9102978 + 648bcf9 commit e6a0bbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
gitlab.com/gitlab-org/gitlab-terminal v0.0.0-20230425165333-62e9b619707c
8181
gitlab.com/gitlab-org/golang-cli-helpers v0.0.0-20220124161940-198f30295e7e
8282
gitlab.com/gitlab-org/labkit v1.46.0
83-
gitlab.com/gitlab-org/moa v0.0.0-20251209091627-66342f721c88
83+
gitlab.com/gitlab-org/moa v0.0.0-20260311233113-2b1643156012
8484
gitlab.com/gitlab-org/step-runner v0.31.0
8585
go.mozilla.org/pkcs7 v0.9.0
8686
go.yaml.in/yaml/v3 v3.0.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ gitlab.com/gitlab-org/golang-cli-helpers v0.0.0-20220124161940-198f30295e7e h1:A
602602
gitlab.com/gitlab-org/golang-cli-helpers v0.0.0-20220124161940-198f30295e7e/go.mod h1:pKFT8nwdU5KuJYosKMGgMATMrV4AP6p9jRu4HobZaBA=
603603
gitlab.com/gitlab-org/labkit v1.46.0 h1:peXJAf3ru+zT4iH/jfkA8ZNcQ5zFo7JNGsUug+ldR10=
604604
gitlab.com/gitlab-org/labkit v1.46.0/go.mod h1:TSgFzQbzLZdtFLhqyFEzDBJrfwD3cfZp+zxsqx6UJac=
605-
gitlab.com/gitlab-org/moa v0.0.0-20251209091627-66342f721c88 h1:GVlo8Pr4wfXI/6UF+Rmi0Yv2l7lwVgFiNBeImgWVeko=
606-
gitlab.com/gitlab-org/moa v0.0.0-20251209091627-66342f721c88/go.mod h1:024490ksS75/Bi9UoJTu59qY44JuFBAfi5bzGsLIhtY=
605+
gitlab.com/gitlab-org/moa v0.0.0-20260311233113-2b1643156012 h1:CiCyn6zDqq4+NAZWf4UhTAd/RmdRfp2lpgOrvVR5cMY=
606+
gitlab.com/gitlab-org/moa v0.0.0-20260311233113-2b1643156012/go.mod h1:024490ksS75/Bi9UoJTu59qY44JuFBAfi5bzGsLIhtY=
607607
gitlab.com/gitlab-org/step-runner v0.31.0 h1:c+nP58486UNX56I2GCVAVXJuPvFhHwJkB6/ahU81crs=
608608
gitlab.com/gitlab-org/step-runner v0.31.0/go.mod h1:05jTcUPyouT+qDUUa742sJl6E3A6ZOMxmyzYpS7xzH4=
609609
go.etcd.io/bbolt v1.3.5 h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=

0 commit comments

Comments
 (0)