summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 15:18:19 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 15:18:19 -0600
commit6adec5105142a6a746a08ad715bd5467a1a1db55 (patch)
tree79797a22495aea4b6c05ddb60ab2871eb6d18af4 /go.mod
parent4586f06b70a2f8b6d177d70ed3be2d9c1d51a0cd (diff)
initial html
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
+)