10 lines
120 B
Modula-2
10 lines
120 B
Modula-2
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
|
|
)
|