summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 16:55:05 -0600
committerJeff Carr <[email protected]>2024-11-07 16:55:05 -0600
commit3d847431ab3dcb041faa69877ee80b652f5f7531 (patch)
treefe4f150eacf15336db35522ad9f50d39a1069668
parentf92d210ca7316c0eb2f1743418fd4c8f1b29d625 (diff)
dump go.mod and go.sumv1.5.4v1.5.3
-rw-r--r--Makefile3
-rw-r--r--go.mod5
-rw-r--r--go.sum2
3 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 7231daa..45574d4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ all:
@echo
@echo
-test:
+clean:
+ rm -f go.*
redomod:
rm -f go.*
diff --git a/go.mod b/go.mod
deleted file mode 100644
index be12587..0000000
--- a/go.mod
+++ /dev/null
@@ -1,5 +0,0 @@
-module go.wit.com/dev/alexflint/arg
-
-go 1.21.4
-
-require go.wit.com/dev/alexflint/scalar v1.2.1
diff --git a/go.sum b/go.sum
deleted file mode 100644
index a867b94..0000000
--- a/go.sum
+++ /dev/null
@@ -1,2 +0,0 @@
-go.wit.com/dev/alexflint/scalar v1.2.1 h1:loXOcbVnd+8YeJRLey+XXidecBiedMDO00zQ26TvKNs=
-go.wit.com/dev/alexflint/scalar v1.2.1/go.mod h1:+rYsfxqdI2cwA8kJ7GCMwWbNJvfvWUurOCXLiwdTtSs=