Initial simply library

This commit is contained in:
Ian Gulliver
2025-07-03 23:12:44 -07:00
commit d33c32c5ed
4 changed files with 174 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/gopatchy/taskcp
go 1.24.4
require (
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)