diff --git a/transports/go.mod b/transports/go.mod index ecfbdb10cd..b0289a0d06 100644 --- a/transports/go.mod +++ b/transports/go.mod @@ -6,7 +6,7 @@ require ( github.com/fasthttp/router v1.5.4 github.com/fasthttp/websocket v1.5.12 github.com/google/uuid v1.6.0 - github.com/maximhq/bifrost/core v1.1.12 + github.com/maximhq/bifrost/core v1.1.13 github.com/maximhq/bifrost/plugins/maxim v1.0.6 github.com/prometheus/client_golang v1.22.0 github.com/valyala/fasthttp v1.62.0 @@ -15,8 +15,6 @@ require ( gorm.io/gorm v1.30.0 ) -replace github.com/maximhq/bifrost/core => ../core - require ( cloud.google.com/go v0.121.0 // indirect cloud.google.com/go/auth v0.16.0 // indirect diff --git a/transports/go.sum b/transports/go.sum index d8dbd56357..d811e40ccd 100644 --- a/transports/go.sum +++ b/transports/go.sum @@ -93,6 +93,8 @@ github.com/mark3labs/mcp-go v0.32.0 h1:fgwmbfL2gbd67obg57OfV2Dnrhs1HtSdlY/i5fn7M github.com/mark3labs/mcp-go v0.32.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4= github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A= github.com/mattn/go-sqlite3 v1.14.28/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= +github.com/maximhq/bifrost/core v1.1.13 h1:lTkoXL5OrvPD8rQtrVSaBHJN7jSj+PSawiO+buEo1Io= +github.com/maximhq/bifrost/core v1.1.13/go.mod h1:Wa/BtJoHZ0+RXYomGeAL+wyBu6iD1h6vMiUHF5RTlkA= github.com/maximhq/bifrost/plugins/maxim v1.0.6 h1:m1tWjbmxW9Lz4mDhXclQhZdFt/TrRPbZwFcoWY9ZAEk= github.com/maximhq/bifrost/plugins/maxim v1.0.6/go.mod h1:+D/E498VB4JNTEzG4fYyFJf9WQaq/9FgYrmzl49mLNc= github.com/maximhq/maxim-go v0.1.3 h1:nVzdz3hEjZVxmWHARWIM+Yrn1Jp50qrsK4BA/sz2jj8=