From fba89b196612d5c10c6cd03b71ef1c54f5897324 Mon Sep 17 00:00:00 2001 From: maze Date: Sat, 14 Feb 2026 17:57:53 +0100 Subject: [PATCH] CHeck interface --- protocol/meshcore/crypto/jwt/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/meshcore/crypto/jwt/go.mod b/protocol/meshcore/crypto/jwt/go.mod index d84c7f1..1e39c4f 100644 --- a/protocol/meshcore/crypto/jwt/go.mod +++ b/protocol/meshcore/crypto/jwt/go.mod @@ -5,7 +5,7 @@ go 1.25.6 replace git.maze.io/go/ham => ../../../.. require ( - git.maze.io/go/ham v0.0.0-20260214145931-f1ecbfaf8df0 + git.maze.io/go/ham v0.0.0-20260214165333-2229215b92cd github.com/golang-jwt/jwt/v5 v5.3.1 )