diff --git a/transports/go.mod b/transports/go.mod index e515a51991..f76a6f55ed 100644 --- a/transports/go.mod +++ b/transports/go.mod @@ -7,7 +7,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.19 + github.com/maximhq/bifrost/core v1.1.20 github.com/maximhq/bifrost/plugins/maxim v1.0.6 github.com/maximhq/bifrost/plugins/redis v1.0.0 github.com/prometheus/client_golang v1.22.0 diff --git a/transports/go.sum b/transports/go.sum index 231108f414..29156d93d3 100644 --- a/transports/go.sum +++ b/transports/go.sum @@ -106,8 +106,8 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= 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.19 h1:Ix+FT8IigD9FfQlVcuxmvrzK5ZoPyVYqSvoZ+t3BKHg= -github.com/maximhq/bifrost/core v1.1.19/go.mod h1:bmzsZed8KUgYFSGCFgT4HDedNZm5Ptr1Sm7jSsGEgT0= +github.com/maximhq/bifrost/core v1.1.20 h1:GAJi8mmpdLftA6OoNZTtEHcOjLKde05NgHfBGOaZYM8= +github.com/maximhq/bifrost/core v1.1.20/go.mod h1:bmzsZed8KUgYFSGCFgT4HDedNZm5Ptr1Sm7jSsGEgT0= 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/bifrost/plugins/redis v1.0.0 h1:/teFFjXo0u5lID7UwpMcyFUILRXBFduDXdZpa8hdU/8=