From 4e34a9b4c901b0a7bd0256cc7e924c4bb4bf42fa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 5 Jul 2022 05:30:43 -0600 Subject: more fuse --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a5d3e22..562d87b 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.18 require ( github.com/datawire/dlib v1.3.0 github.com/davecgh/go-spew v1.1.1 + github.com/hashicorp/golang-lru v0.5.4 github.com/jacobsa/fuse v0.0.0-20220702091825-13117049f383 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.7.1 -- cgit v1.2.3-2-g168b