aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e79fae0..6744057 100644
--- a/go.mod
+++ b/go.mod
@@ -13,3 +13,10 @@ require (
golang.org/x/sys v0.30.0
golang.org/x/term v0.29.0
)
+
+require (
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/stretchr/testify v1.10.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)