summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
index c60e021..4bcd940 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,8 @@
module git.lukeshu.com/imworkingon
go 1.22.2
+
+require (
+ github.com/yuin/goldmark v1.7.1
+ sigs.k8s.io/yaml v1.4.0
+)