From 2744e0700ca6fe956f569d47010fd4e693fedcfa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 10 May 2022 04:46:06 -0600 Subject: more --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3-2-g168b