summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-04 00:44:51 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-04 00:44:51 -0600
commite401e0b17034d59b48ad42c076705408415f00f7 (patch)
tree59c37b39c6e1e9b19dff260f5fc4caf35a4e9f06 /go.mod
parent48019a4884b8936424a74c0a53798494c5c0cfc1 (diff)
wip fuse
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 07ce874..ece061f 100644
--- a/go.mod
+++ b/go.mod
@@ -5,13 +5,17 @@ go 1.18
require (
github.com/datawire/dlib v1.3.0
github.com/davecgh/go-spew v1.1.1
+ github.com/jacobsa/fuse v0.0.0-20220702091825-13117049f383
+ github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.1
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
golang.org/x/text v0.3.7
)
require (
+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)