Database module

This commit is contained in:
Anton Kamalov
2025-01-03 19:28:07 +00:00
parent 387fcae36b
commit e5633c9f12
5 changed files with 112 additions and 1 deletions

6
go.mod
View File

@@ -1,3 +1,9 @@
module market
go 1.18
require (
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
gopkg.in/yaml.v2 v2.4.0
)