summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-07-11 13:09:00 -0230
committerSam Anthony <sam@samanthony.xyz>2026-07-11 13:09:00 -0230
commit6c1f9200881b859bcc6d7d5b0d9d37a5cc65eb60 (patch)
tree7095e5f52f3a62b08135810e59f9a233b861fc4e /go.mod
downloadhtmlimg-6c1f9200881b859bcc6d7d5b0d9d37a5cc65eb60.zip
encode
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9137d60
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module git.samanthony.xyz/htmlimg
+
+go 1.23
+
+require github.com/stretchr/testify v1.11.1
+
+require (
+ 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
+)