Database module

This commit is contained in:
2025-01-07 15:00:43 +00:00
parent 847102e843
commit 1508694b95
4 changed files with 111 additions and 0 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
)