From 71cde1600005a3a30b3d2f5505b30d4b0ae585e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:24:25 +0000 Subject: [PATCH] build(deps): Bump github.com/score-spec/score-go in the ci group Bumps the ci group with 1 update: [github.com/score-spec/score-go](https://github.com/score-spec/score-go). Updates `github.com/score-spec/score-go` from 1.11.7 to 1.11.8 - [Release notes](https://github.com/score-spec/score-go/releases) - [Commits](https://github.com/score-spec/score-go/compare/v1.11.7...v1.11.8) --- updated-dependencies: - dependency-name: github.com/score-spec/score-go dependency-version: 1.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4f672d7..b492729 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.1 require ( dario.cat/mergo v1.0.2 - github.com/score-spec/score-go v1.11.7 + github.com/score-spec/score-go v1.11.8 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index 5e70f26..7cdc692 100644 --- a/go.sum +++ b/go.sum @@ -24,8 +24,8 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99 github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4= github.com/santhosh-tekuri/jsonschema/v5 v5.3.1/go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY= -github.com/score-spec/score-go v1.11.7 h1:7D+UEcnz3u1Vc2XarB+YxgEqP9PKp508UOUHHWinr2o= -github.com/score-spec/score-go v1.11.7/go.mod h1:8QpHcwLL8kDp2xxPgHphSK/y5dxYRxyuQptmLeiQgXg= +github.com/score-spec/score-go v1.11.8 h1:sqHJlZznROvwiDDz5bnftWSPrceYIB91IPSzjQc7e+4= +github.com/score-spec/score-go v1.11.8/go.mod h1:v9KkfTbsoIrOW1TuthtDsiiXz1qozAJe5HFt0fsnHpU= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=