mirror of
https://github.com/aykhans/movier.git
synced 2025-04-17 04:13:12 +00:00
23 lines
681 B
Modula-2
23 lines
681 B
Modula-2
module github.com/aykhans/movier/server
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/jackc/pgx/v5 v5.7.1
|
|
github.com/spf13/cobra v1.8.1
|
|
google.golang.org/grpc v1.67.1
|
|
google.golang.org/protobuf v1.35.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
|
|
)
|