Skip to content

Commit fb43f30

Browse files
Update to tyk 5.8.1 and mcp-go 0.28.0
Signed-off-by: Julien Barbot <jubarbot@cisco.com>
1 parent 102bb76 commit fb43f30

File tree

9 files changed

+71
-62
lines changed

9 files changed

+71
-62
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
TYK_VERSION: v5.8.0
17+
TYK_VERSION: v5.8.1
1818
TARGET_OS: linux
1919

2020
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Build settings
5-
TYK_VERSION ?= v5.8.0
5+
TYK_VERSION ?= v5.8.1
66
# Options: linux, darwin
77
TARGET_OS ?= $(shell go env GOOS)
88
# Options: amd64, arm64

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
go 1.24.2
1+
go 1.24.3
22

33
use (
44
./plugins
5-
./tyk-release-v5.8.0
5+
./tyk-release-v5.8.1
66
)

go.work.sum

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8
255255
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
256256
github.com/kelindar/search v0.3.0 h1:NY6JkbC8Wy3vujwIR/p9NW3xaVDZxFrE+JQECiFzwW0=
257257
github.com/kelindar/search v0.3.0/go.mod h1:7goLXnzQ6b0vMJr9SKWmABblTrJgPG3rVwp3yz2Lo5Q=
258-
github.com/kelindar/search v0.4.0 h1:mj3U26qB6BQJr9/6Q1vHS/I40CQ6Mhb5iJfmfI2e/mY=
259-
github.com/kelindar/search v0.4.0/go.mod h1:7goLXnzQ6b0vMJr9SKWmABblTrJgPG3rVwp3yz2Lo5Q=
260258
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
261259
github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
262260
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
@@ -269,6 +267,7 @@ github.com/logzio/logzio-go v0.0.0-20200316143903-ac8fc0e2910e/go.mod h1:OBprCVu
269267
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a/go.mod h1:JKx41uQRwqlTZabZc+kILPrO/3jlKnQ2Z8b7YiVw5cE=
270268
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4/go.mod h1:amey7yeodaJhXSbf/TlLvWiqQfLOSpEk//mLlc+axEk=
271269
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
270+
github.com/mark3labs/mcp-go v0.28.0 h1:7yl4y5D1KYU2f/9Uxp7xfLIggfunHoESCRbrjcytcLM=
272271
github.com/matoous/go-nanoid v1.5.0 h1:VRorl6uCngneC4oUQqOYtO3S0H5QKFtKuKycFG3euek=
273272
github.com/matoous/go-nanoid/v2 v2.1.0/go.mod h1:KlbGNQ+FhrUNIHUxZdL63t7tl4LaPkZNpUULS8H4uVM=
274273
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
@@ -479,6 +478,7 @@ golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
479478
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
480479
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
481480
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
481+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
482482
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
483483
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
484484
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -503,6 +503,7 @@ golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
503503
golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o=
504504
golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek=
505505
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
506+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
506507
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
507508
golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
508509
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=

plugins/agent_bridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/TykTechnologies/tyk/log"
1717
"github.com/TykTechnologies/tyk/user"
1818

19-
"github.com/getkin/kin-openapi/routers"
19+
"github.com/TykTechnologies/kin-openapi/routers"
2020
)
2121

2222
const (

plugins/agent_bridge_rewrite.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
"github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai"
2323
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
2424

25-
"github.com/getkin/kin-openapi/openapi3"
26-
"github.com/getkin/kin-openapi/routers"
27-
"github.com/getkin/kin-openapi/routers/gorillamux"
25+
"github.com/TykTechnologies/kin-openapi/openapi3"
26+
"github.com/TykTechnologies/kin-openapi/routers"
27+
"github.com/TykTechnologies/kin-openapi/routers/gorillamux"
2828
)
2929

3030
var (

plugins/agent_bridge_rewrite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package main
66
import (
77
"testing"
88

9-
"github.com/getkin/kin-openapi/openapi3"
9+
"github.com/TykTechnologies/kin-openapi/openapi3"
1010
"github.com/stretchr/testify/assert"
1111
)
1212

plugins/go.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@ toolchain go1.24.0
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai v0.7.2
9-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
10-
github.com/TykTechnologies/tyk v1.9.2-0.20250327144305-4c6253b5ceca
11-
github.com/getkin/kin-openapi v0.121.0
9+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
10+
github.com/TykTechnologies/kin-openapi v0.91.0
11+
github.com/TykTechnologies/tyk v1.9.2-0.20250509162946-e65eff00608a
1212
github.com/kelindar/search v0.4.0
13-
github.com/mark3labs/mcp-go v0.27.0
13+
github.com/mark3labs/mcp-go v0.28.0
1414
github.com/stretchr/testify v1.10.0
1515
)
1616

1717
require (
18-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
18+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
1919
github.com/Masterminds/goutils v1.1.1 // indirect
2020
github.com/Masterminds/semver v1.5.0 // indirect
2121
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
2222
github.com/TykTechnologies/graphql-go-tools v1.6.2-0.20241212110213-7724a3b64bb2 // indirect
23-
github.com/TykTechnologies/kin-openapi v0.90.0 // indirect
2423
github.com/TykTechnologies/murmur3 v0.0.0-20230310161213-aad17efd5632 // indirect
2524
github.com/TykTechnologies/opentelemetry v0.0.22 // indirect
2625
github.com/TykTechnologies/storage v1.2.2 // indirect
@@ -33,10 +32,9 @@ require (
3332
github.com/coder/websocket v1.8.12 // indirect
3433
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3534
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
36-
github.com/ebitengine/purego v0.8.1 // indirect
35+
github.com/ebitengine/purego v0.8.3 // indirect
3736
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
3837
github.com/felixge/httpsnoop v1.0.4 // indirect
39-
github.com/ghodss/yaml v1.0.0 // indirect
4038
github.com/go-logr/logr v1.4.2 // indirect
4139
github.com/go-logr/stdr v1.2.2 // indirect
4240
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -64,14 +62,15 @@ require (
6462
github.com/josharian/intern v1.0.0 // indirect
6563
github.com/kelindar/iostream v1.4.0 // indirect
6664
github.com/kelseyhightower/envconfig v1.4.0 // indirect
67-
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
65+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
6866
github.com/lonelycode/go-uuid v0.0.0-20141202165402-ed3ca8a15a93 // indirect
6967
github.com/lonelycode/osin v0.0.0-20160423095202-da239c9dacb6 // indirect
7068
github.com/mailru/easyjson v0.7.7 // indirect
7169
github.com/mitchellh/copystructure v1.2.0 // indirect
7270
github.com/mitchellh/mapstructure v1.5.0 // indirect
7371
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7472
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
73+
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
7574
github.com/onsi/gomega v1.35.0 // indirect
7675
github.com/opentracing/opentracing-go v1.2.0 // indirect
7776
github.com/perimeterx/marshmallow v1.1.5 // indirect
@@ -105,18 +104,17 @@ require (
105104
go.uber.org/atomic v1.11.0 // indirect
106105
go.uber.org/multierr v1.11.0 // indirect
107106
go.uber.org/zap v1.27.0 // indirect
108-
golang.org/x/crypto v0.36.0 // indirect
109-
golang.org/x/net v0.34.0 // indirect
107+
golang.org/x/crypto v0.38.0 // indirect
108+
golang.org/x/net v0.40.0 // indirect
110109
golang.org/x/oauth2 v0.27.0 // indirect
111-
golang.org/x/sync v0.12.0 // indirect
112-
golang.org/x/sys v0.31.0 // indirect
113-
golang.org/x/text v0.23.0 // indirect
110+
golang.org/x/sync v0.14.0 // indirect
111+
golang.org/x/sys v0.33.0 // indirect
112+
golang.org/x/text v0.25.0 // indirect
114113
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
115114
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
116115
google.golang.org/grpc v1.69.2 // indirect
117116
google.golang.org/protobuf v1.36.0 // indirect
118117
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
119118
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
120-
gopkg.in/yaml.v2 v2.4.0 // indirect
121119
gopkg.in/yaml.v3 v3.0.1 // indirect
122120
)

0 commit comments

Comments
 (0)