trpc.group/trpc-go/trpc-cmdline@v1.0.9/go.mod (about)

     1  module trpc.group/trpc-go/trpc-cmdline
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/agiledragon/gomonkey v2.0.2+incompatible
     7  	github.com/go-git/go-billy/v5 v5.4.1
     8  	github.com/go-git/go-git/v5 v5.8.1
     9  	github.com/hashicorp/go-multierror v1.1.1
    10  	github.com/iancoleman/strcase v0.2.0
    11  	github.com/jhump/protoreflect v1.9.0
    12  	github.com/manifoldco/promptui v0.9.0
    13  	github.com/pkg/errors v0.9.1
    14  	github.com/spf13/cobra v1.5.0
    15  	github.com/spf13/pflag v1.0.5
    16  	github.com/spf13/viper v1.12.0
    17  	github.com/stretchr/testify v1.8.0
    18  	go.uber.org/mock v0.4.0
    19  	go.uber.org/multierr v1.6.0
    20  	google.golang.org/protobuf v1.31.0
    21  	gopkg.in/yaml.v2 v2.4.0
    22  	trpc.group/trpc-go/fbs v1.0.0
    23  	trpc.group/trpc/trpc-protocol/pb/go/trpc v1.0.0
    24  )
    25  
    26  require (
    27  	dario.cat/mergo v1.0.0 // indirect
    28  	github.com/Microsoft/go-winio v0.6.1 // indirect
    29  	github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
    30  	github.com/acomagu/bufpipe v1.0.4 // indirect
    31  	github.com/chzyer/readline v1.5.0 // indirect
    32  	github.com/cloudflare/circl v1.3.3 // indirect
    33  	github.com/davecgh/go-spew v1.1.1 // indirect
    34  	github.com/emirpasic/gods v1.18.1 // indirect
    35  	github.com/fsnotify/fsnotify v1.5.4 // indirect
    36  	github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
    37  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    38  	github.com/golang/protobuf v1.5.2 // indirect
    39  	github.com/hashicorp/errwrap v1.0.0 // indirect
    40  	github.com/hashicorp/hcl v1.0.0 // indirect
    41  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    42  	github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
    43  	github.com/kevinburke/ssh_config v1.2.0 // indirect
    44  	github.com/magiconair/properties v1.8.6 // indirect
    45  	github.com/mitchellh/mapstructure v1.5.0 // indirect
    46  	github.com/pelletier/go-toml v1.9.5 // indirect
    47  	github.com/pelletier/go-toml/v2 v2.0.2 // indirect
    48  	github.com/pjbgf/sha1cd v0.3.0 // indirect
    49  	github.com/pmezard/go-difflib v1.0.0 // indirect
    50  	github.com/sergi/go-diff v1.1.0 // indirect
    51  	github.com/skeema/knownhosts v1.2.0 // indirect
    52  	github.com/spf13/afero v1.8.2 // indirect
    53  	github.com/spf13/cast v1.5.0 // indirect
    54  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    55  	github.com/subosito/gotenv v1.4.0 // indirect
    56  	github.com/xanzy/ssh-agent v0.3.3 // indirect
    57  	go.uber.org/atomic v1.7.0 // indirect
    58  	golang.org/x/crypto v0.14.0 // indirect
    59  	golang.org/x/mod v0.12.0 // indirect
    60  	golang.org/x/net v0.17.0 // indirect
    61  	golang.org/x/sys v0.13.0 // indirect
    62  	golang.org/x/text v0.13.0 // indirect
    63  	golang.org/x/tools v0.12.0 // indirect
    64  	google.golang.org/genproto v0.0.0-20220713161829-9c7dac0a6568 // indirect
    65  	gopkg.in/ini.v1 v1.66.6 // indirect
    66  	gopkg.in/warnings.v0 v0.1.2 // indirect
    67  	gopkg.in/yaml.v3 v3.0.1 // indirect
    68  )