From fb4f2deb5116075a8a38c048cd5e67b554620181 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 2 Jun 2025 21:50:25 +0200 Subject: go.mod: upgrade jacobsa-crypto This pulls in https://github.com/aperturerobotics/jacobsa-crypto/commit/e3f78416c5c1dbdfef68c84d62a97a809a94f4dd "fix build error on loong64 (#8)" and fixes this build error on loong64: $ GOARCH=loong64 go build -tags without_openssl # github.com/aperturerobotics/jacobsa-crypto/cmac ../../go/pkg/mod/github.com/aperturerobotics/jacobsa-crypto@v1.0.2/cmac/hash.go:97:3: undefined: xorBlock --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8940310..852ebb9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs/v2 go 1.19 require ( - github.com/aperturerobotics/jacobsa-crypto v1.0.2 + github.com/aperturerobotics/jacobsa-crypto v1.1.0 github.com/hanwen/go-fuse/v2 v2.7.3-0.20250306214706-e3463465126a github.com/moby/sys/mountinfo v0.7.2 github.com/pkg/xattr v0.4.9 -- cgit v1.2.3