Recount-Server/go.mod

10 lines
155 B
Modula-2
Raw Normal View History

2023-12-19 19:14:00 -08:00
module nickiel.net/recount_server
2023-12-17 21:21:29 -08:00
2023-12-19 19:14:00 -08:00
go 1.21.5
2023-12-19 20:13:32 -08:00
2023-12-19 22:03:09 -08:00
require (
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.9
github.com/shopspring/decimal v1.3.1
)