This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/go.mod
2025-01-07 15:00:43 +00:00

9 lines
119 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
)