Skip to content

Commit

Permalink
up centrifuge
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 10, 2025
1 parent 5473a3d commit 6216543
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.23.0
require (
github.com/FZambia/eagle v0.1.0
github.com/FZambia/statik v0.1.2-0.20180217151304-b9f012bb2a1b
github.com/centrifugal/centrifuge v0.33.6-0.20241230104150-322332d6f848
github.com/centrifugal/protocol v0.13.5-0.20241111155425-6c360178091e
github.com/centrifugal/centrifuge v0.33.7-0.20250110175518-41af081940e9
github.com/centrifugal/protocol v0.14.0
github.com/cristalhq/jwt/v5 v5.4.0
github.com/go-viper/mapstructure/v2 v2.2.1
github.com/gobwas/glob v0.2.3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/centrifugal/centrifuge v0.33.6-0.20241230104150-322332d6f848 h1:Tm294xV1+afZ/cTUGUc+IBCpucW3b8mUDXTCL6Ssg0E=
github.com/centrifugal/centrifuge v0.33.6-0.20241230104150-322332d6f848/go.mod h1:oUiGFLq09gnGaAW42Tt5Fxsg+Yl2kcv+qpoClNsEJ7Y=
github.com/centrifugal/protocol v0.13.5-0.20241111155425-6c360178091e h1:+GbuEwJybDuHz6e8S17t/f0I4aTDnZjk37c0aGNFbwc=
github.com/centrifugal/protocol v0.13.5-0.20241111155425-6c360178091e/go.mod h1:7V5vI30VcoxJe4UD87xi7bOsvI0bmEhvbQuMjrFM2L4=
github.com/centrifugal/centrifuge v0.33.7-0.20250110175518-41af081940e9 h1:BQ6ltYDDpx53BTHlL0j5ADzq5BUSlrlPPaeugLtCUAU=
github.com/centrifugal/centrifuge v0.33.7-0.20250110175518-41af081940e9/go.mod h1:kCp07MxZP9SNRz+BtaE3ZmvVA/mVXjTS8+IQBPbix3g=
github.com/centrifugal/protocol v0.14.0 h1:HfB/oKcU7ZVpSzbWUcA5e+0NuUOFaRAOvxfcKBTHVf4=
github.com/centrifugal/protocol v0.14.0/go.mod h1:7V5vI30VcoxJe4UD87xi7bOsvI0bmEhvbQuMjrFM2L4=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down
3 changes: 1 addition & 2 deletions internal/api/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import (
"io"
"net/http"

"github.com/rs/zerolog/log"

. "github.com/centrifugal/centrifugo/v5/internal/apiproto"

"github.com/centrifugal/centrifuge"
"github.com/rs/zerolog/log"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/codes"
"go.opentelemetry.io/otel/trace"
Expand Down

0 comments on commit 6216543

Please sign in to comment.