summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-05 03:46:48 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-05 03:46:48 -0600
commitbfbb9057c859b6d019e1a330dc648fe58f0b9a7e (patch)
treebccaf1670e70703617efa225bda0e578188e0e08 /go.mod
parente401e0b17034d59b48ad42c076705408415f00f7 (diff)
wip better fuse
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ece061f..a5d3e22 100644
--- a/go.mod
+++ b/go.mod
@@ -19,3 +19,5 @@ require (
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
+
+replace github.com/jacobsa/fuse => ../fuse