Skip to content

Commit

Permalink
Update dependency go to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent f3a5538 commit 9012abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ module lk-jwt-service

go 1.23

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/livekit/protocol v1.29.3
github.com/livekit/server-sdk-go/v2 v2.4.0
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
Expand All @@ -31,7 +32,6 @@ require (
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/cel-go v0.21.0 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down

0 comments on commit 9012abc

Please sign in to comment.