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
3 changes: 0 additions & 3 deletions .github/workflows/scripts/setup-go-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ if [ -f "go.work" ]; then
return 0 2>/dev/null || exit 0
fi
go work init
# Bump workspace go directive so GOTOOLCHAIN=auto switches to >= 1.26.2
# (required by published core@v1.4.19 which is referenced from transports/go.mod).
go work edit -go=1.26.2 -toolchain=go1.26.2
go work use ./core
go work use ./framework
go work use ./plugins/governance
Expand Down
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.20
1.4.21
2 changes: 1 addition & 1 deletion transports/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.18.2
github.com/mark3labs/mcp-go v0.43.2
github.com/maximhq/bifrost/core v1.4.19
github.com/maximhq/bifrost/core v1.4.20
github.com/maximhq/bifrost/framework v1.2.38
github.com/maximhq/bifrost/plugins/governance v1.4.38
github.com/maximhq/bifrost/plugins/litellmcompat v0.0.27
Expand Down
2 changes: 2 additions & 0 deletions transports/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuE
github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/maximhq/bifrost/core v1.4.19 h1:RY6n8O1upUo/W05whsLO2OJtJpCpTFzplyq+6pk4NaY=
github.com/maximhq/bifrost/core v1.4.19/go.mod h1:iOh2p1qEKVolMG8l84LWcn1CseUL2Kl5c/iXFMiZI84=
github.com/maximhq/bifrost/core v1.4.20 h1:irEnW4oenNN4q8wiERa0Oa2D3UYnOQiF77UDMjqr1rc=
github.com/maximhq/bifrost/core v1.4.20/go.mod h1:IaGSRlCgvy6Nr7Xiyu44sJJo9JbK188EL4QPXIcvURA=
github.com/maximhq/bifrost/framework v1.2.38 h1:uWITpE+PilOwo1CQCXhZ8iQ98hH7VOBroJlTMWGL8As=
github.com/maximhq/bifrost/framework v1.2.38/go.mod h1:S7vc+M9QOAj7RYK6pA0uauWHMxLxGRvlhHlZGArNsPw=
github.com/maximhq/bifrost/plugins/governance v1.4.38 h1:B9rYAYWo5hO57XGRmb5nNMyj8FAdN8rcRtBTl4SLDXQ=
Expand Down
Loading