| module dubbo.apache.org/dubbo-go/v3/tools/dubbogo-cli |
| |
| go 1.25.0 |
| |
| require ( |
| dubbo.apache.org/dubbo-go/v3 v3.3.1-20260727 |
| github.com/apache/dubbo-go-hessian2 v1.12.5 |
| github.com/dubbogo/gost v1.14.3 |
| github.com/go-errors/errors v1.5.1 |
| github.com/olekukonko/tablewriter v1.1.4 |
| github.com/pkg/errors v0.9.1 |
| github.com/spf13/cobra v1.10.2 |
| github.com/spf13/viper v1.21.0 |
| github.com/stretchr/testify v1.11.1 |
| go.uber.org/atomic v1.11.0 |
| ) |
| |
| require ( |
| github.com/Workiva/go-datastructures v1.1.7 // indirect |
| github.com/buger/jsonparser v1.6.1 // indirect |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| github.com/clipperhouse/displaywidth v0.11.0 // indirect |
| github.com/clipperhouse/uax29/v2 v2.7.0 // indirect |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5 // indirect |
| github.com/fatih/color v1.19.0 // indirect |
| github.com/fsnotify/fsnotify v1.10.1 // indirect |
| github.com/go-viper/mapstructure/v2 v2.5.0 // indirect |
| github.com/goccy/go-json v0.10.6 // indirect |
| github.com/google/uuid v1.6.0 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/mattn/go-colorable v0.1.15 // indirect |
| github.com/mattn/go-isatty v0.0.24 // indirect |
| github.com/mattn/go-runewidth v0.0.27 // indirect |
| github.com/natefinch/lumberjack v2.0.0+incompatible // indirect |
| github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect |
| github.com/olekukonko/errors v1.3.0 // indirect |
| github.com/olekukonko/ll v0.1.8 // indirect |
| github.com/pelletier/go-toml/v2 v2.4.3 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/sagikazarmark/locafero v0.12.0 // indirect |
| github.com/sirupsen/logrus v1.9.4 // indirect |
| github.com/spf13/afero v1.15.0 // indirect |
| github.com/spf13/cast v1.10.0 // indirect |
| github.com/spf13/pflag v1.0.10 // indirect |
| github.com/subosito/gotenv v1.6.0 // indirect |
| go.uber.org/multierr v1.11.0 // indirect |
| go.uber.org/zap v1.28.0 // indirect |
| go.yaml.in/yaml/v3 v3.0.5 // indirect |
| golang.org/x/sys v0.47.0 // indirect |
| golang.org/x/text v0.40.0 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |