summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-05-10 03:59:33 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-05-10 03:59:33 -0600
commita16049ef805c0c08b90885a5b7dfea7f74e51c5f (patch)
tree5b5dad8b0d44ccd3e7a43ac5bde557ae220a0f04 /go.mod
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..be29d20
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module lukeshu.com/btrfs-tools
+
+go 1.18
+
+require github.com/stretchr/testify v1.7.1