|
@@ -1,32 +1,40 @@
|
|
|
module git.ikuban.com/server/kratos-utils/v2
|
|
module git.ikuban.com/server/kratos-utils/v2
|
|
|
|
|
|
|
|
-go 1.23.0
|
|
|
|
|
|
|
+go 1.23.2
|
|
|
|
|
+
|
|
|
|
|
+toolchain go1.23.6
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
|
git.ikuban.com/server/json v0.0.0-20210408053838-50ac5ceda83a
|
|
git.ikuban.com/server/json v0.0.0-20210408053838-50ac5ceda83a
|
|
|
git.ikuban.com/server/kratos-etcd v0.0.0-20250225030354-ebd49a034588
|
|
git.ikuban.com/server/kratos-etcd v0.0.0-20250225030354-ebd49a034588
|
|
|
|
|
+ git.ikuban.com/server/kubanapis v0.0.0-20250304064227-1bbea9af3cfe
|
|
|
github.com/dcsunny/gocrypt v0.0.0-20200828060317-4dec5212cc15
|
|
github.com/dcsunny/gocrypt v0.0.0-20200828060317-4dec5212cc15
|
|
|
github.com/dcsunny/mwt v0.0.0-20210128034911-2f50006077f5
|
|
github.com/dcsunny/mwt v0.0.0-20210128034911-2f50006077f5
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
github.com/go-kratos/kratos/v2 v2.8.3
|
|
github.com/go-kratos/kratos/v2 v2.8.3
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
|
|
|
+ github.com/google/gnostic v0.7.0
|
|
|
github.com/google/uuid v1.4.0
|
|
github.com/google/uuid v1.4.0
|
|
|
|
|
+ github.com/jhump/protoreflect v1.17.0
|
|
|
github.com/lestrrat-go/jwx v1.2.25
|
|
github.com/lestrrat-go/jwx v1.2.25
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.0
|
|
|
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
|
|
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
|
|
|
|
|
+ google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
|
|
|
google.golang.org/grpc v1.61.1
|
|
google.golang.org/grpc v1.61.1
|
|
|
- google.golang.org/protobuf v1.33.0
|
|
|
|
|
|
|
+ google.golang.org/protobuf v1.34.2
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
|
|
|
+ github.com/bufbuild/protocompile v0.14.1 // indirect
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
|
|
github.com/go-kratos/aegis v0.2.0 // indirect
|
|
github.com/go-kratos/aegis v0.2.0 // indirect
|
|
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
|
|
- github.com/goccy/go-json v0.9.7 // indirect
|
|
|
|
|
|
|
+ github.com/goccy/go-json v0.9.11 // indirect
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
|
|
|
+ github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
|
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
@@ -47,7 +55,6 @@ require (
|
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
- google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
)
|
|
)
|