add csv parsing

This commit is contained in:
2025-10-23 00:17:53 +02:00
parent 213c9480e7
commit 4eef117330
11 changed files with 360 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
module servicea
go 1.25.2
require github.com/stretchr/testify v1.11.1
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
)