From 4a331bd88591cf1f78d2ae2771f9a492226b96f6 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Fri, 12 Apr 2024 21:19:06 +0200 Subject: [PATCH] fix --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5b08862..16f56c6 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,5 @@ -module paseto +module github.com/cristalhq/paseto go 1.21 require golang.org/x/crypto v0.22.0 - -require golang.org/x/sys v0.19.0 // indirect