move user and customer files

This commit is contained in:
2024-08-17 21:40:04 -05:00
parent 7711fc14ed
commit 8673eb9869
11 changed files with 178 additions and 23 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)