mirror of
https://github.com/zoriya/cish.git
synced 2025-12-06 07:16:16 +00:00
27 lines
864 B
Modula-2
27 lines
864 B
Modula-2
module github.com/zoriya/cish/controller
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/jackc/pgx/v5 v5.7.5
|
|
github.com/labstack/echo/v4 v4.13.4
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx v3.6.2+incompatible // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|