| // 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-kubernetes |
| |
| go 1.24.0 |
| |
| require ( |
| github.com/AlecAivazis/survey/v2 v2.3.7 |
| github.com/Microsoft/go-winio v0.6.2 |
| github.com/buildpacks/pack v0.30.0 |
| github.com/cenkalti/backoff/v4 v4.3.0 |
| github.com/cheggaaa/pb/v3 v3.1.7 |
| github.com/chzyer/readline v1.5.1 |
| github.com/containers/image/v5 v5.34.0 |
| github.com/containers/storage v1.57.1 |
| github.com/docker/cli v28.3.3+incompatible |
| github.com/docker/docker v27.5.1+incompatible |
| github.com/docker/docker-credential-helpers v0.9.3 |
| github.com/docker/go-connections v0.5.0 |
| github.com/envoyproxy/go-control-plane/envoy v1.32.5-0.20250627145903-197b96a9c7f8 |
| github.com/fatih/color v1.18.0 |
| github.com/fsnotify/fsnotify v1.9.0 |
| github.com/go-git/go-billy/v5 v5.6.2 |
| github.com/go-git/go-git/v5 v5.13.1 |
| github.com/go-jose/go-jose/v4 v4.0.5 |
| github.com/gogo/protobuf v1.3.2 |
| github.com/golang/protobuf v1.5.4 |
| github.com/google/go-containerregistry v0.20.6 |
| github.com/hashicorp/go-multierror v1.1.1 |
| github.com/heroku/color v0.0.6 |
| github.com/moby/term v0.5.2 |
| github.com/ory/viper v1.7.5 |
| github.com/pkg/errors v0.9.1 |
| github.com/sashabaranov/go-openai v1.40.5 |
| github.com/spf13/cobra v1.9.1 |
| github.com/spf13/pflag v1.0.7 |
| github.com/tmc/langchaingo v0.1.13 |
| go.uber.org/atomic v1.11.0 |
| golang.org/x/crypto v0.41.0 |
| golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 |
| golang.org/x/net v0.43.0 |
| golang.org/x/term v0.34.0 |
| google.golang.org/grpc v1.74.2 |
| google.golang.org/protobuf v1.36.7 |
| gopkg.in/yaml.v3 v3.0.1 |
| helm.sh/helm/v3 v3.18.6 |
| istio.io/api v1.26.0-alpha.0.0.20250908200844-f7a34ed800ee |
| istio.io/client-go v1.26.0-alpha.0.0.20250908201345-99e026bfe54f |
| k8s.io/api v0.33.4 |
| k8s.io/apiextensions-apiserver v0.33.4 |
| k8s.io/apimachinery v0.33.4 |
| k8s.io/client-go v0.33.4 |
| k8s.io/klog v1.0.0 |
| k8s.io/klog/v2 v2.130.1 |
| k8s.io/kubectl v0.33.3 |
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 |
| sigs.k8s.io/yaml v1.6.0 |
| ) |
| |
| require ( |
| dario.cat/mergo v1.0.2 // indirect |
| github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect |
| github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
| github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| github.com/Azure/go-autorest/autorest v0.11.29 // indirect |
| github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect |
| github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect |
| github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect |
| github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| github.com/BurntSushi/toml v1.5.0 // indirect |
| github.com/Masterminds/goutils v1.1.1 // indirect |
| github.com/Masterminds/semver v1.5.0 // indirect |
| github.com/Masterminds/semver/v3 v3.4.0 // indirect |
| github.com/Masterminds/sprig/v3 v3.3.0 // indirect |
| github.com/OneOfOne/xxhash v1.2.8 // indirect |
| github.com/ProtonMail/go-crypto v1.1.3 // indirect |
| github.com/VividCortex/ewma v1.2.0 // indirect |
| github.com/agext/levenshtein v1.2.3 // indirect |
| github.com/apex/log v1.9.0 // indirect |
| github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect |
| github.com/aws/aws-sdk-go-v2/config v1.27.12 // indirect |
| github.com/aws/aws-sdk-go-v2/credentials v1.17.12 // indirect |
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect |
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect |
| github.com/aws/aws-sdk-go-v2/service/ecr v1.18.11 // indirect |
| github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.16.2 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect |
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect |
| github.com/aws/aws-sdk-go-v2/service/sso v1.20.6 // indirect |
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.5 // indirect |
| github.com/aws/aws-sdk-go-v2/service/sts v1.28.7 // indirect |
| github.com/aws/smithy-go v1.20.2 // indirect |
| github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20230522190001-adf1bafd791a // indirect |
| github.com/blang/semver/v4 v4.0.0 // indirect |
| github.com/buildpacks/imgutil v0.0.0-20230626185301-726f02e4225c // indirect |
| github.com/buildpacks/lifecycle v0.17.0 // indirect |
| github.com/cespare/xxhash v1.1.0 // indirect |
| github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect |
| github.com/cloudflare/circl v1.3.7 // indirect |
| github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect |
| github.com/containerd/containerd v1.7.27 // indirect |
| github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect |
| github.com/containerd/typeurl v1.0.2 // indirect |
| github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| github.com/dgraph-io/ristretto v0.0.1 // indirect |
| github.com/dimchansky/utfbom v1.1.1 // indirect |
| github.com/dlclark/regexp2 v1.11.0 // indirect |
| github.com/docker/distribution v2.8.3+incompatible // indirect |
| github.com/docker/go-units v0.5.0 // indirect |
| github.com/dustin/go-humanize v1.0.1 // indirect |
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect |
| github.com/emirpasic/gods v1.18.1 // indirect |
| github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
| github.com/fxamacker/cbor/v2 v2.8.0 // indirect |
| github.com/gdamore/encoding v1.0.0 // indirect |
| github.com/gdamore/tcell/v2 v2.6.0 // indirect |
| github.com/go-errors/errors v1.5.1 // indirect |
| github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
| github.com/go-logr/logr v1.4.3 // indirect |
| github.com/go-openapi/jsonpointer v0.21.1 // indirect |
| github.com/go-openapi/jsonreference v0.21.0 // indirect |
| github.com/go-openapi/swag v0.23.1 // indirect |
| github.com/gobwas/glob v0.2.3 // indirect |
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/google/btree v1.1.3 // indirect |
| github.com/google/gnostic-models v0.6.9 // indirect |
| github.com/google/go-cmp v0.7.0 // indirect |
| github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect |
| github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| github.com/google/uuid v1.6.0 // indirect |
| github.com/goph/emperror v0.17.2 // indirect |
| github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect |
| github.com/hashicorp/errwrap v1.1.0 // indirect |
| github.com/hashicorp/hcl v1.0.0 // indirect |
| github.com/huandu/xstrings v1.5.0 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/josharian/intern v1.0.0 // indirect |
| github.com/json-iterator/go v1.1.12 // indirect |
| github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect |
| github.com/kevinburke/ssh_config v1.2.0 // indirect |
| github.com/klauspost/compress v1.18.0 // indirect |
| github.com/klauspost/pgzip v1.2.6 // indirect |
| github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
| github.com/magiconair/properties v1.8.9 // indirect |
| github.com/mailru/easyjson v0.9.0 // indirect |
| github.com/mattn/go-colorable v0.1.14 // indirect |
| github.com/mattn/go-isatty v0.0.20 // indirect |
| github.com/mattn/go-runewidth v0.0.16 // indirect |
| github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect |
| github.com/mitchellh/copystructure v1.2.0 // indirect |
| github.com/mitchellh/go-homedir v1.1.0 // indirect |
| github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e // indirect |
| github.com/mitchellh/mapstructure v1.5.0 // indirect |
| github.com/mitchellh/reflectwalk v1.0.2 // indirect |
| github.com/moby/buildkit v0.23.2 // indirect |
| github.com/moby/patternmatcher v0.6.0 // indirect |
| github.com/moby/sys/capability v0.4.0 // indirect |
| github.com/moby/sys/mountinfo v0.7.2 // indirect |
| github.com/moby/sys/sequential v0.5.0 // indirect |
| github.com/moby/sys/user v0.3.0 // indirect |
| github.com/moby/sys/userns v0.1.0 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.2 // indirect |
| github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| github.com/morikuni/aec v1.0.0 // indirect |
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| github.com/nikolalohinski/gonja v1.5.3 // indirect |
| github.com/onsi/ginkgo/v2 v2.24.0 // indirect |
| github.com/onsi/gomega v1.38.0 // indirect |
| github.com/opencontainers/go-digest v1.0.0 // indirect |
| github.com/opencontainers/image-spec v1.1.1 // indirect |
| github.com/opencontainers/runc v1.1.7 // indirect |
| github.com/opencontainers/runtime-spec v1.2.0 // indirect |
| github.com/opencontainers/selinux v1.11.1 // indirect |
| github.com/pelletier/go-toml v1.9.5 // indirect |
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
| github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| github.com/pjbgf/sha1cd v0.3.0 // indirect |
| github.com/pkoukk/tiktoken-go v0.1.6 // indirect |
| github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca // indirect |
| github.com/prometheus/client_golang v1.23.0 // indirect |
| github.com/prometheus/procfs v0.17.0 // indirect |
| github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8 // indirect |
| github.com/rivo/uniseg v0.4.7 // indirect |
| github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect |
| github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect |
| github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
| github.com/shopspring/decimal v1.4.0 // indirect |
| github.com/sirupsen/logrus v1.9.3 // indirect |
| github.com/skeema/knownhosts v1.3.0 // indirect |
| github.com/spaolacci/murmur3 v1.1.0 // indirect |
| github.com/spf13/afero v1.14.0 // indirect |
| github.com/spf13/cast v1.8.0 // indirect |
| github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| github.com/subosito/gotenv v1.6.0 // indirect |
| github.com/ulikunitz/xz v0.5.12 // indirect |
| github.com/vbatts/tar-split v0.12.1 // indirect |
| github.com/x448/float16 v0.8.4 // indirect |
| github.com/xanzy/ssh-agent v0.3.3 // indirect |
| github.com/xlab/treeprint v1.2.0 // indirect |
| github.com/yargevad/filepathx v1.0.0 // indirect |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| go.opentelemetry.io/otel v1.37.0 // indirect |
| go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect |
| go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect |
| go.yaml.in/yaml/v2 v2.4.2 // indirect |
| go.yaml.in/yaml/v3 v3.0.3 // indirect |
| golang.org/x/mod v0.27.0 // indirect |
| golang.org/x/oauth2 v0.30.0 // indirect |
| golang.org/x/sync v0.16.0 // indirect |
| golang.org/x/sys v0.35.0 // indirect |
| golang.org/x/text v0.28.0 // indirect |
| golang.org/x/time v0.12.0 // indirect |
| google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect |
| gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
| gopkg.in/inf.v0 v0.9.1 // indirect |
| gopkg.in/ini.v1 v1.67.0 // indirect |
| gopkg.in/warnings.v0 v0.1.2 // indirect |
| gopkg.in/yaml.v2 v2.4.0 // indirect |
| k8s.io/cli-runtime v0.33.3 // indirect |
| k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect |
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| sigs.k8s.io/kustomize/api v0.19.0 // indirect |
| sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect |
| sigs.k8s.io/randfill v1.0.0 // indirect |
| sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect |
| ) |
| |
| replace ( |
| github.com/containers/image/v5 => github.com/containers/image/v5 v5.34.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 |
| github.com/google/go-containerregistry => github.com/google/go-containerregistry v0.20.2 |
| github.com/moby/buildkit => github.com/moby/buildkit v0.10.6 |
| github.com/moby/dockerfile => github.com/moby/dockerfile v1.4.1 |
| |
| ) |