Update dependencies
diff --git a/go.mod b/go.mod
index 105c958..1ff8260 100644
--- a/go.mod
+++ b/go.mod
@@ -2,11 +2,13 @@
 
 go 1.22.2
 
-require github.com/stretchr/testify v1.10.0
+require (
+	github.com/alecthomas/participle/v2 v2.1.4
+	github.com/stretchr/testify v1.10.0
+	gopkg.in/yaml.v3 v3.0.1
+)
 
 require (
-	github.com/alecthomas/participle/v2 v2.1.4 // indirect
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
-	gopkg.in/yaml.v3 v3.0.1 // indirect
 )