You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
3.3 KiB
73 lines
3.3 KiB
module git.gz.internal.jumaiyx.cn/job/room-hot-compute |
|
|
|
go 1.18 |
|
|
|
require ( |
|
git.gz.internal.jumaiyx.cn/jm/jmproto v0.0.0-20221115073332-c5d64953ace0 |
|
git.gz.internal.jumaiyx.cn/pkg/config v0.0.0-20221014090146-8fd721834886 |
|
git.gz.internal.jumaiyx.cn/pkg/k8s-client v0.0.0-20221115074539-90a2644b4f64 |
|
git.gz.internal.jumaiyx.cn/pkg/kubediscovery v0.0.0-20221104101240-01cad3403ec0 |
|
git.gz.internal.jumaiyx.cn/pkg/log v0.0.0-20221029084114-f67ca5716ca1 |
|
github.com/go-redis/redis/v8 v8.11.5 |
|
github.com/google/wire v0.5.0 |
|
github.com/pkg/errors v0.9.1 |
|
k8s.io/api v0.25.4 |
|
k8s.io/apimachinery v0.25.4 |
|
) |
|
|
|
require ( |
|
git.gz.internal.jumaiyx.cn/pkg/id-encode v0.0.0-20221018014421-fe47b648265b // indirect |
|
git.gz.internal.jumaiyx.cn/pkg/kafka v0.0.0-20221010085437-f3a4ed57181c // indirect |
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect |
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
|
github.com/emicklei/go-restful/v3 v3.10.0 // indirect |
|
github.com/fsnotify/fsnotify v1.6.0 // indirect |
|
github.com/go-kratos/kratos/v2 v2.5.3 // indirect |
|
github.com/go-logr/logr v1.2.3 // indirect |
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect |
|
github.com/go-openapi/jsonreference v0.20.0 // indirect |
|
github.com/go-openapi/swag v0.22.3 // indirect |
|
github.com/go-playground/form/v4 v4.2.0 // indirect |
|
github.com/gogo/protobuf v1.3.2 // indirect |
|
github.com/golang/protobuf v1.5.2 // indirect |
|
github.com/google/gnostic v0.6.9 // indirect |
|
github.com/google/go-cmp v0.5.9 // indirect |
|
github.com/google/gofuzz v1.2.0 // indirect |
|
github.com/gorilla/mux v1.8.0 // indirect |
|
github.com/imdario/mergo v0.3.13 // indirect |
|
github.com/josharian/intern v1.0.0 // indirect |
|
github.com/json-iterator/go v1.1.12 // indirect |
|
github.com/klauspost/compress v1.15.12 // indirect |
|
github.com/mailru/easyjson v0.7.7 // indirect |
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
|
github.com/modern-go/reflect2 v1.0.2 // indirect |
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect |
|
github.com/segmentio/kafka-go v0.4.38 // indirect |
|
github.com/speps/go-hashids/v2 v2.0.1 // indirect |
|
github.com/spf13/pflag v1.0.5 // indirect |
|
github.com/xdg/scram v1.0.5 // indirect |
|
github.com/xdg/stringprep v1.0.3 // indirect |
|
golang.org/x/crypto v0.2.0 // indirect |
|
golang.org/x/net v0.2.0 // indirect |
|
golang.org/x/oauth2 v0.2.0 // indirect |
|
golang.org/x/sys v0.2.0 // indirect |
|
golang.org/x/term v0.2.0 // indirect |
|
golang.org/x/text v0.4.0 // indirect |
|
golang.org/x/time v0.2.0 // indirect |
|
google.golang.org/appengine v1.6.7 // indirect |
|
google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1 // indirect |
|
google.golang.org/grpc v1.50.1 // indirect |
|
google.golang.org/protobuf v1.28.1 // indirect |
|
gopkg.in/inf.v0 v0.9.1 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
k8s.io/client-go v0.25.4 // indirect |
|
k8s.io/klog/v2 v2.80.1 // indirect |
|
k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70 // indirect |
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect |
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
|
sigs.k8s.io/yaml v1.3.0 // indirect |
|
)
|
|
|