porting - part 5 done

This commit is contained in:
2025-09-07 13:44:50 -07:00
parent ead942b122
commit cabffe9464
8 changed files with 287 additions and 30 deletions

7
go.mod
View File

@@ -4,4 +4,9 @@ go 1.24.2
require github.com/joho/godotenv v1.5.1
require github.com/stretchr/testify v1.11.1 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1 // indirect
)