summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-17 02:49:05 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-17 02:49:05 -0600
commit001168238aadb4eac052dd17bc5e0c800a64698b (patch)
treebd02a7bf8aa10b199655b15db134a8e98c6c8f5c /go.mod
parent50cd710163edb398e72d56414d956607919a805b (diff)
Add tests for StatusClass
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6557c06..76a8828 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,12 @@ module git.lukeshu.com/www
go 1.22.2
require (
+ github.com/alecthomas/assert/v2 v2.8.1
github.com/yuin/goldmark v1.7.1
sigs.k8s.io/yaml v1.4.0
)
+
+require (
+ github.com/alecthomas/repr v0.4.0 // indirect
+ github.com/hexops/gotextdiff v1.0.3 // indirect
+)