From b97b4fc5cf53f39000a51e1f264182f33384d38b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 18 May 2026 14:53:19 +0100 Subject: [PATCH] Re-pin the Go SDK for the CLI since v0.8.0 is released --- cli/go.mod | 4 ++-- cli/go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/go.mod b/cli/go.mod index 797d331..c77e32e 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -4,7 +4,7 @@ go 1.26.1 require ( github.com/mark3labs/mcp-go v0.46.0 - github.com/mozilla-ai/cq/sdk/go v0.7.0 + github.com/mozilla-ai/cq/sdk/go v0.8.0 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.9 github.com/stretchr/testify v1.11.1 @@ -36,4 +36,4 @@ require ( // Monorepo: the SDK is consumed locally. Re-pin to a published version // when the SDK is released alongside the CLI. -replace github.com/mozilla-ai/cq/sdk/go => ../sdk/go +//replace github.com/mozilla-ai/cq/sdk/go => ../sdk/go diff --git a/cli/go.sum b/cli/go.sum index c704fe2..a4db37a 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -31,6 +31,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mozilla-ai/cq/schema v0.0.1 h1:jPoZAYbU7/b3R3CEghmwuG0A3NrqczWsMkIWjXeFI94= github.com/mozilla-ai/cq/schema v0.0.1/go.mod h1:trKUR0o8hGYkQ26XAb3HFVHcQOct7lP/cS8beS5v2eE= +github.com/mozilla-ai/cq/sdk/go v0.8.0 h1:PKMGtpHfFkRhfv2pFggdGEmH7E/oj3RE80Oikjsqjqo= +github.com/mozilla-ai/cq/sdk/go v0.8.0/go.mod h1:0lsVnbeeJS76z9Q2AYMBndYPhuYDtZdovLAAvmZDA74= github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w= github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=