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.
67 lines
3.1 KiB
67 lines
3.1 KiB
module git.gz.internal.jumaiyx.cn/job/hotspot_queue |
|
|
|
go 1.20 |
|
|
|
require ( |
|
git.gz.internal.jumaiyx.cn/jm/jmproto v0.0.0-20231228111035-ab8eeaae2906 |
|
git.gz.internal.jumaiyx.cn/pkg/client v0.0.0-20231123090823-91017d7a1a1e |
|
git.gz.internal.jumaiyx.cn/pkg/config/v2 v2.0.0-20231031123738-f6698f93632e |
|
git.gz.internal.jumaiyx.cn/pkg/jtime v0.0.0-20230627153611-5d9e320123cc |
|
github.com/redis/go-redis/v9 v9.3.0 |
|
) |
|
|
|
require ( |
|
git.gz.internal.jumaiyx.cn/pkg/k8s-client/v2 v2.0.3-0.20231031073900-0935c19ca12d // indirect |
|
git.gz.internal.jumaiyx.cn/pkg/kubediscovery v0.0.0-20231101015739-a581c91458c3 // indirect |
|
git.gz.internal.jumaiyx.cn/proto/game-server v0.0.0-20231031074443-b9b51900f07a // indirect |
|
github.com/cespare/xxhash/v2 v2.2.0 // 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.11.0 // indirect |
|
github.com/go-kratos/aegis v0.2.0 // indirect |
|
github.com/go-kratos/kratos/v2 v2.7.1 // indirect |
|
github.com/go-logr/logr v1.3.0 // indirect |
|
github.com/go-openapi/jsonpointer v0.20.0 // indirect |
|
github.com/go-openapi/jsonreference v0.20.2 // indirect |
|
github.com/go-openapi/swag v0.22.4 // indirect |
|
github.com/go-playground/form/v4 v4.2.1 // indirect |
|
github.com/gogo/protobuf v1.3.2 // indirect |
|
github.com/golang/protobuf v1.5.3 // indirect |
|
github.com/google/gnostic-models v0.6.8 // indirect |
|
github.com/google/gofuzz v1.2.0 // indirect |
|
github.com/google/uuid v1.4.0 // indirect |
|
github.com/gorilla/mux v1.8.0 // indirect |
|
github.com/imdario/mergo v0.3.16 // indirect |
|
github.com/josharian/intern v1.0.0 // indirect |
|
github.com/json-iterator/go v1.1.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/pkg/errors v0.9.1 // indirect |
|
github.com/spf13/pflag v1.0.5 // indirect |
|
golang.org/x/net v0.17.0 // indirect |
|
golang.org/x/oauth2 v0.13.0 // indirect |
|
golang.org/x/sys v0.13.0 // indirect |
|
golang.org/x/term v0.13.0 // indirect |
|
golang.org/x/text v0.13.0 // indirect |
|
golang.org/x/time v0.3.0 // indirect |
|
google.golang.org/appengine v1.6.8 // indirect |
|
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect |
|
google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect |
|
google.golang.org/grpc v1.59.0 // indirect |
|
google.golang.org/protobuf v1.31.0 // 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/api v0.28.3 // indirect |
|
k8s.io/apimachinery v0.28.3 // indirect |
|
k8s.io/client-go v0.28.3 // indirect |
|
k8s.io/klog/v2 v2.110.1 // indirect |
|
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect |
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
|
sigs.k8s.io/yaml v1.4.0 // indirect |
|
)
|
|
|