summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-05 05:30:43 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-05 05:35:12 -0600
commit4e34a9b4c901b0a7bd0256cc7e924c4bb4bf42fa (patch)
tree3f4ac8499017c3dd692137e0cc0a84a4dc46157a /go.mod
parentbfbb9057c859b6d019e1a330dc648fe58f0b9a7e (diff)
more fuse
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
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