aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-25 11:55:51 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-25 11:55:51 -0700
commit0d3f73864b689b80411adc2979660da6cf883959 (patch)
tree1f9a8cd6bbdb7bbce27d09204cda453b05ad572a /go.mod
downloadccl-0d3f73864b689b80411adc2979660da6cf883959.tar.zst
Initial commit
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
new file mode 100644
index 0000000..8025334
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module roseh.moe/pkg/asspb
+
+go 1.25.1
+
+require github.com/google/go-cmp v0.7.0