summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-05-10 04:46:06 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-05-10 04:46:06 -0600
commit2744e0700ca6fe956f569d47010fd4e693fedcfa (patch)
tree17cc6eb920ece3700a10a86ed465d4a0947d32c4 /go.mod
parenta16049ef805c0c08b90885a5b7dfea7f74e51c5f (diff)
more
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 9 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index be29d20..28e854c 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,12 @@ module lukeshu.com/btrfs-tools
go 1.18
-require github.com/stretchr/testify v1.7.1
+require (
+ github.com/davecgh/go-spew v1.1.0
+ github.com/stretchr/testify v1.7.1
+)
+
+require (
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)