summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-06-02 20:04:57 -0600
committertjp <tjp@ctrl-c.club>2024-06-02 20:04:57 -0600
commitb7e284c68c7f34e23ab30ffe95d364f22b6ced4e (patch)
tree743cc1cddb07e5f7e1e82f23d98cec28a38ac94b /go.mod
initial commitmain
[Not]Equal checks in `assert` and `must` packages
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..a1c5db6
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.tjp.lol/assert
+
+go 1.22.3
+
+require github.com/google/go-cmp v0.6.0