Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions transports/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
Pratham-Mishra04 marked this conversation as resolved.
github.com/maximhq/bifrost/plugins/maxim v1.0.6
github.com/prometheus/client_golang v1.22.0
github.com/valyala/fasthttp v1.62.0
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions transports/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down