| // Licensed to the Apache Software Foundation (ASF) under one or more |
| // contributor license agreements. See the NOTICE file distributed with |
| // this work for additional information regarding copyright ownership. |
| // The ASF licenses this file to You under the Apache License, Version 2.0 |
| // (the "License"); you may not use this file except in compliance with |
| // the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| |
| module github.com/apache/dubbo-admin |
| |
| go 1.24.0 |
| |
| toolchain go1.24.11 |
| |
| require ( |
| dubbo.apache.org/dubbo-go/v3 v3.3.0 |
| github.com/Masterminds/semver/v3 v3.2.1 |
| github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 |
| github.com/dubbogo/gost v1.14.0 |
| github.com/duke-git/lancet/v2 v2.3.6 |
| github.com/emicklei/go-restful/v3 v3.12.2 |
| github.com/envoyproxy/go-control-plane v0.13.4 |
| github.com/envoyproxy/go-control-plane/envoy v1.32.4 |
| github.com/fullstorydev/grpcurl v1.9.1 |
| github.com/gin-contrib/sessions v1.0.4 |
| github.com/gin-contrib/zap v1.1.6 |
| github.com/gin-gonic/gin v1.10.1 |
| github.com/go-co-op/gocron v1.9.0 |
| github.com/go-logr/logr v1.4.2 |
| github.com/go-logr/zapr v1.3.0 |
| github.com/goburrow/cache v0.1.4 |
| github.com/golang/protobuf v1.5.4 |
| github.com/google/go-cmp v0.7.0 |
| github.com/google/uuid v1.6.0 |
| github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69 |
| github.com/jhump/protoreflect v1.16.0 |
| github.com/kelseyhightower/envconfig v1.4.0 |
| github.com/mitchellh/mapstructure v1.5.0 |
| github.com/nacos-group/nacos-sdk-go/v2 v2.3.5 |
| github.com/onsi/ginkgo/v2 v2.22.1 |
| github.com/onsi/gomega v1.36.2 |
| github.com/pkg/errors v0.9.1 |
| github.com/prometheus/client_golang v1.20.5 |
| github.com/slok/go-http-metrics v0.11.0 |
| github.com/spf13/cobra v1.8.1 |
| github.com/stretchr/testify v1.10.0 |
| go.uber.org/multierr v1.11.0 |
| go.uber.org/zap v1.27.0 |
| golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 |
| golang.org/x/sys v0.38.0 |
| golang.org/x/text v0.31.0 |
| google.golang.org/grpc v1.73.0 |
| google.golang.org/protobuf v1.36.6 |
| gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
| gorm.io/driver/mysql v1.6.0 |
| gorm.io/driver/postgres v1.6.0 |
| gorm.io/driver/sqlite v1.5.7 |
| gorm.io/gorm v1.30.0 |
| k8s.io/api v0.34.2 |
| k8s.io/apimachinery v0.34.2 |
| k8s.io/client-go v0.34.2 |
| k8s.io/klog/v2 v2.130.1 |
| moul.io/zapgorm2 v1.3.0 |
| sigs.k8s.io/controller-runtime v0.19.4 |
| sigs.k8s.io/yaml v1.6.0 |
| ) |
| |
| require ( |
| github.com/Workiva/go-datastructures v1.0.52 // indirect |
| github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6 // indirect |
| github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect |
| github.com/alibabacloud-go/darabonba-array v0.1.0 // indirect |
| github.com/alibabacloud-go/darabonba-encode-util v0.0.2 // indirect |
| github.com/alibabacloud-go/darabonba-map v0.0.2 // indirect |
| github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 // indirect |
| github.com/alibabacloud-go/darabonba-signature-util v0.0.7 // indirect |
| github.com/alibabacloud-go/darabonba-string v1.0.2 // indirect |
| github.com/alibabacloud-go/debug v1.0.1 // indirect |
| github.com/alibabacloud-go/endpoint-util v1.1.0 // indirect |
| github.com/alibabacloud-go/kms-20160120/v3 v3.2.3 // indirect |
| github.com/alibabacloud-go/openapi-util v0.1.0 // indirect |
| github.com/alibabacloud-go/tea v1.2.2 // indirect |
| github.com/alibabacloud-go/tea-utils v1.4.4 // indirect |
| github.com/alibabacloud-go/tea-utils/v2 v2.0.7 // indirect |
| github.com/alibabacloud-go/tea-xml v1.1.3 // indirect |
| github.com/aliyun/alibaba-cloud-sdk-go v1.61.1800 // indirect |
| github.com/aliyun/alibabacloud-dkms-gcs-go-sdk v0.5.1 // indirect |
| github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.8 // indirect |
| github.com/aliyun/aliyun-secretsmanager-client-go v1.1.5 // indirect |
| github.com/aliyun/credentials-go v1.4.3 // indirect |
| github.com/buger/jsonparser v1.1.1 // indirect |
| github.com/clbanning/mxj/v2 v2.5.5 // indirect |
| github.com/deckarep/golang-set v1.7.1 // indirect |
| github.com/golang/mock v1.6.0 // indirect |
| github.com/jinzhu/copier v0.3.5 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/natefinch/lumberjack v2.0.0+incompatible // indirect |
| github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc // indirect |
| github.com/robfig/cron/v3 v3.0.1 // indirect |
| github.com/tjfoc/gmsm v1.4.1 // indirect |
| gopkg.in/ini.v1 v1.67.0 // indirect |
| ) |
| |
| require ( |
| cel.dev/expr v0.23.0 // indirect |
| filippo.io/edwards25519 v1.1.0 // indirect |
| github.com/beorn7/perks v1.0.1 // indirect |
| github.com/bufbuild/protocompile v0.10.0 // indirect |
| github.com/bytedance/sonic v1.13.2 // indirect |
| github.com/bytedance/sonic/loader v0.2.4 // indirect |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| github.com/cloudwego/base64x v0.1.5 // indirect |
| github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect |
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| github.com/dubbogo/go-zookeeper v1.0.4 // indirect |
| github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect |
| github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect |
| github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
| github.com/gin-contrib/sse v1.1.0 // indirect |
| github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
| github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| github.com/go-openapi/jsonreference v0.21.0 // indirect |
| github.com/go-openapi/swag v0.23.0 // indirect |
| github.com/go-playground/locales v0.14.1 // indirect |
| github.com/go-playground/universal-translator v0.18.1 // indirect |
| github.com/go-playground/validator/v10 v10.26.0 // indirect |
| github.com/go-sql-driver/mysql v1.8.1 // indirect |
| github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
| github.com/goccy/go-json v0.10.5 // indirect |
| github.com/gogo/protobuf v1.3.2 // indirect |
| github.com/google/gnostic-models v0.7.0 // indirect |
| github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect |
| github.com/gorilla/context v1.1.2 // indirect |
| github.com/gorilla/securecookie v1.1.2 // indirect |
| github.com/gorilla/sessions v1.4.0 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/jackc/pgpassfile v1.0.0 // indirect |
| github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
| github.com/jackc/pgx/v5 v5.6.0 // indirect |
| github.com/jackc/puddle/v2 v2.2.2 // indirect |
| github.com/jinzhu/inflection v1.0.0 // indirect |
| github.com/jinzhu/now v1.1.5 // indirect |
| github.com/josharian/intern v1.0.0 // indirect |
| github.com/json-iterator/go v1.1.12 // indirect |
| github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
| github.com/leodido/go-urn v1.4.0 // indirect |
| github.com/mailru/easyjson v0.7.7 // indirect |
| github.com/mattn/go-isatty v0.0.20 // indirect |
| github.com/mattn/go-sqlite3 v1.14.22 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| github.com/prometheus/client_model v0.6.1 // indirect |
| github.com/prometheus/common v0.57.0 // indirect |
| github.com/prometheus/procfs v0.15.1 // indirect |
| github.com/spf13/pflag v1.0.6 // indirect |
| github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect |
| github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| github.com/ugorji/go/codec v1.2.12 // indirect |
| github.com/x448/float16 v0.8.4 // indirect |
| github.com/zeebo/errs v1.4.0 // indirect |
| go.yaml.in/yaml/v2 v2.4.2 // indirect |
| go.yaml.in/yaml/v3 v3.0.4 // indirect |
| golang.org/x/arch v0.16.0 // indirect |
| golang.org/x/crypto v0.45.0 // indirect |
| golang.org/x/net v0.47.0 // indirect |
| golang.org/x/oauth2 v0.28.0 // indirect |
| golang.org/x/sync v0.18.0 // indirect |
| golang.org/x/term v0.37.0 // indirect |
| golang.org/x/time v0.9.0 // indirect |
| golang.org/x/tools v0.38.0 // indirect |
| google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect |
| gopkg.in/evanphx/json-patch.v4 v4.12.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/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect |
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect |
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| sigs.k8s.io/randfill v1.0.0 // indirect |
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect |
| ) |
| |
| replace ( |
| cloud.google.com/go/compute/metadata => cloud.google.com/go/compute/metadata v0.6.0 |
| github.com/docker/cli => github.com/docker/cli v23.0.1+incompatible |
| github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible |
| github.com/docker/docker => github.com/docker/docker v23.0.1+incompatible |
| ) |