diff --git a/go.mod b/go.mod index a3c2fdde7..07c0b6782 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,6 @@ require ( github.com/spf13/cobra v1.10.1 github.com/spf13/pflag v1.0.10 github.com/stretchr/testify v1.11.1 - golang.org/x/net v0.46.0 golang.org/x/oauth2 v0.33.0 golang.org/x/sync v0.18.0 helm.sh/helm/v3 v3.19.1 @@ -123,6 +122,7 @@ require ( go.yaml.in/yaml/v2 v2.4.2 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/crypto v0.43.0 // indirect + golang.org/x/net v0.46.0 // indirect golang.org/x/sys v0.37.0 // indirect golang.org/x/term v0.36.0 // indirect golang.org/x/text v0.30.0 // indirect diff --git a/internal/test/mcp.go b/internal/test/mcp.go index 4ddbe70bb..174fe4ebe 100644 --- a/internal/test/mcp.go +++ b/internal/test/mcp.go @@ -1,6 +1,7 @@ package test import ( + "context" "net/http" "net/http/httptest" "testing" @@ -9,7 +10,6 @@ import ( "github.com/mark3labs/mcp-go/client/transport" "github.com/mark3labs/mcp-go/mcp" "github.com/stretchr/testify/require" - "golang.org/x/net/context" ) func McpInitRequest() mcp.InitializeRequest {