13 lines
308 B
AMPL
13 lines
308 B
AMPL
module github.com/rmcampos/ecom
|
|
|
|
go 1.26.5
|
|
|
|
require github.com/go-chi/chi/v5 v5.3.1
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.10.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
)
|