dump go.mod and go.sum

This commit is contained in:
Jeff Carr 2024-11-07 16:55:05 -06:00
parent f92d210ca7
commit 3d847431ab
3 changed files with 2 additions and 8 deletions

View File

@ -2,7 +2,8 @@ all:
@echo
@echo
test:
clean:
rm -f go.*
redomod:
rm -f go.*

5
go.mod
View File

@ -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

2
go.sum
View File

@ -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=