45 lines
1.5 KiB
Modula-2
45 lines
1.5 KiB
Modula-2
module git.sch9.ru/new_gate/ms-auth
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/ilyakaznacheev/cleanenv v1.5.0
|
|
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/valkey-io/valkey-go v1.0.47
|
|
go.uber.org/mock v0.4.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.25.0
|
|
google.golang.org/grpc v1.64.1
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/valkey-io/valkey-go/mock v1.0.47 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/jackc/pgx/v5 v5.6.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|