This commit is contained in:
Bel LaPointe
2021-09-28 10:35:11 -06:00
parent 246008d83b
commit f316e6cd32
2 changed files with 18 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module local/lastn
go 1.17
require (
github.com/google/uuid v1.3.0
local/args v0.0.0-00010101000000-000000000000
)
require gopkg.in/yaml.v2 v2.4.0 // indirect
replace local/args => ../args