summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
committerJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
commit7f8cebc504757dd228a029d35b0250767ef67e54 (patch)
treef927814ca27f2cbf0bbd01a5a1859f138f3fab24 /go.mod
parent7581b8e28e42e875be9be5b3422589d1ca78e639 (diff)
update spew path
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..7b84a95
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module go.wit.com/log
+
+go 1.21.4
+
+require go.wit.com/dev/davecgh/go-spew v1.1.1
+
+require github.com/davecgh/go-spew v1.1.1 // indirect