summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 16:05:42 -0600
committerJeff Carr <[email protected]>2024-01-30 16:05:42 -0600
commitfc382169a37d3f28cd7ba2d6f5046b9ee793381e (patch)
treea7e6c1ec3f293b41f9f870d8917a5911fe9d3a51
parent162d2dd85b94e6bdb1dbcecc00d6dccd63b9674f (diff)
attempt at release automationv0.20.0
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--.gitignore2
-rw-r--r--go.mod5
-rw-r--r--go.sum2
3 files changed, 2 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 1377554..a630ed4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
*.swp
+go.mod
+go.sum
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 085301d..0000000
--- a/go.mod
+++ /dev/null
@@ -1,5 +0,0 @@
-module go.wit.com/log
-
-go 1.21.4
-
-require go.wit.com/dev/davecgh/spew v1.1.4
diff --git a/go.sum b/go.sum
deleted file mode 100644
index e2dba54..0000000
--- a/go.sum
+++ /dev/null
@@ -1,2 +0,0 @@
-go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNek=
-go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=