-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(go.mod): remove unused dependencies 'github.com/nats-io/jwt/v2' and 'google.golang.org/genproto' to clean up the code fix(go.mod): move 'github.com/golang/protobuf' to indirect dependencies to reflect its usage feat(go.mod): add 'github.com/nats-io/jwt/v2' as an indirect dependency to support JWT operations refactor(status.go): replace deprecated 'github.com/golang/protobuf/proto' with 'google.golang.org/protobuf/proto' for better compatibility and support refactor(status.go): replace 'protov1.MessageV1(msg)' with 'protoadapt.MessageV1Of(msg)' to adapt to the new protobuf API
- Loading branch information
Showing
6 changed files
with
10 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters