39 lines
1.4 KiB
Modula-2
39 lines
1.4 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/stretchr/testify v1.8.2
|
|
golang.org/x/crypto v0.9.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.10.2-0.20230427182402-87a07dfb83bf // indirect
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // 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.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
|
|
github.com/jhump/protoreflect v1.10.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // 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.8.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.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.8.1-0.20230428195545-5283a0178901 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|