65 lines
2.6 KiB
Modula-2
65 lines
2.6 KiB
Modula-2
|
|
module git.apinb.com/bsm-ec/mall
|
||
|
|
|
||
|
|
go 1.26.5
|
||
|
|
|
||
|
|
tool (
|
||
|
|
git.apinb.com/bsm-tools/protoc-gen-slc
|
||
|
|
git.apinb.com/bsm-tools/protoc-gen-ts
|
||
|
|
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
|
||
|
|
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
|
||
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||
|
|
google.golang.org/protobuf/cmd/protoc-gen-go
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
git.apinb.com/bsm-sdk/core v0.2.0
|
||
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0
|
||
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||
|
|
go.etcd.io/etcd/client/v3 v3.6.12
|
||
|
|
google.golang.org/grpc v1.81.1
|
||
|
|
google.golang.org/protobuf v1.36.11
|
||
|
|
gorm.io/gorm v1.31.1
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
||
|
|
git.apinb.com/bsm-tools/protoc-gen-slc v0.0.13 // indirect
|
||
|
|
git.apinb.com/bsm-tools/protoc-gen-ts v0.0.2 // indirect
|
||
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
||
|
|
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
|
||
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||
|
|
github.com/go-sql-driver/mysql v1.10.0 // indirect
|
||
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
||
|
|
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
||
|
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
|
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
|
||
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
||
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
||
|
|
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
||
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||
|
|
github.com/redis/go-redis/v9 v9.20.0 // indirect
|
||
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
||
|
|
go.etcd.io/etcd/api/v3 v3.6.12 // indirect
|
||
|
|
go.etcd.io/etcd/client/pkg/v3 v3.6.12 // indirect
|
||
|
|
go.uber.org/atomic v1.11.0 // indirect
|
||
|
|
go.uber.org/multierr v1.11.0 // indirect
|
||
|
|
go.uber.org/zap v1.28.0 // indirect
|
||
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||
|
|
golang.org/x/mod v0.36.0 // indirect
|
||
|
|
golang.org/x/net v0.55.0 // indirect
|
||
|
|
golang.org/x/sync v0.20.0 // indirect
|
||
|
|
golang.org/x/sys v0.45.0 // indirect
|
||
|
|
golang.org/x/text v0.37.0 // indirect
|
||
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
||
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
||
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2 // indirect
|
||
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
|
gorm.io/driver/mysql v1.6.0 // indirect
|
||
|
|
gorm.io/driver/postgres v1.6.0 // indirect
|
||
|
|
)
|