summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-11 00:43:59 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-11 00:48:10 -0600
commit0f853e1ead10347be8c5715d6bb797dd5e643e2f (patch)
tree688e9a9b2e57058906f3501a3d9bdc894b83c784 /go.mod
parentad9ac6d07ce1819260c2b7f090fd4fe742c80d9f (diff)
wip btrfs-rec
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 7 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d8b9435..06fba4f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,9 +8,12 @@ go 1.18
require (
github.com/datawire/dlib v1.3.0
+ github.com/datawire/ocibuild v0.0.3-0.20220423003204-fc6a4e9f90dc
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/sirupsen/logrus v1.8.1
+ github.com/spf13/cobra v1.5.0
+ github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.1
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
golang.org/x/text v0.3.7
@@ -18,11 +21,12 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
+ github.com/inconshreveable/mousetrap v1.0.0 // 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
+ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
replace github.com/jacobsa/fuse => github.com/lukeshu/jacobsa-fuse v0.0.0-20220706162300-f42bfdd0fc53