40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module github.com/tx7do/kratos-utils
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
entgo.io/contrib v0.4.5
|
|
entgo.io/ent v0.12.3
|
|
github.com/go-kratos/kratos/v2 v2.6.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
|
github.com/sony/sonyflake v1.1.0
|
|
github.com/stretchr/testify v1.8.3
|
|
golang.org/x/crypto v0.9.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.11.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/bufbuild/protocompile v0.5.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.16.2 // indirect
|
|
github.com/jhump/protoreflect v1.15.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/zclconf/go-cty v1.13.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/tools v0.9.1 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|