Initial commit

This commit is contained in:
2024-05-30 19:42:26 +03:00
commit f04111c689
13 changed files with 455 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module marketlab
go 1.22
require (
github.com/sethvargo/go-envconfig v1.0.3
go.uber.org/zap v1.27.0
)
require go.uber.org/multierr v1.10.0 // indirect