github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/go.mod (about)

     1  module github.com/wanddynosios/cli/v8
     2  
     3  go 1.21
     4  
     5  require (
     6  	code.cloudfoundry.org/bytefmt v0.0.0-20170428003108-f4415fafc561
     7  	code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
     8  	code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200304195157-af98c4be9b85
     9  	code.cloudfoundry.org/cli/integration/assets/hydrabroker v0.0.0-20201002233634-81722a1144e4
    10  	code.cloudfoundry.org/clock v1.1.0
    11  	code.cloudfoundry.org/diego-ssh v0.0.0-20170109142818-18cdb3586e7f
    12  	code.cloudfoundry.org/go-log-cache/v2 v2.0.7
    13  	code.cloudfoundry.org/go-loggregator/v9 v9.2.0
    14  	code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
    15  	code.cloudfoundry.org/jsonry v1.1.4
    16  	code.cloudfoundry.org/lager v2.0.0+incompatible
    17  	code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227
    18  	code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
    19  	github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
    20  	github.com/blang/semver/v4 v4.0.0
    21  	github.com/cloudfoundry/bosh-cli v6.4.1+incompatible
    22  	github.com/cyphar/filepath-securejoin v0.2.4
    23  	github.com/docker/distribution v2.8.3+incompatible
    24  	github.com/fatih/color v1.16.0
    25  	github.com/google/go-querystring v1.1.0
    26  	github.com/jessevdk/go-flags v1.5.0
    27  	github.com/kr/pty v1.1.8
    28  	github.com/lunixbochs/vtclean v1.0.0
    29  	github.com/mattn/go-colorable v0.1.13
    30  	github.com/mattn/go-runewidth v0.0.15
    31  	github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
    32  	github.com/moby/term v0.5.0
    33  	github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
    34  	github.com/onsi/ginkgo v1.16.5
    35  	github.com/onsi/gomega v1.31.1
    36  	github.com/pkg/errors v0.9.1
    37  	github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
    38  	github.com/sajari/fuzzy v1.0.0
    39  	github.com/sirupsen/logrus v1.9.3
    40  	github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958
    41  	github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
    42  	golang.org/x/crypto v0.18.0
    43  	golang.org/x/net v0.20.0
    44  	golang.org/x/text v0.14.0
    45  	gopkg.in/cheggaaa/pb.v1 v1.0.28
    46  	gopkg.in/yaml.v2 v2.4.0
    47  	k8s.io/apimachinery v0.29.1
    48  	k8s.io/client-go v0.29.1
    49  )
    50  
    51  require (
    52  	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
    53  	github.com/bmatcuk/doublestar v1.3.4 // indirect
    54  	github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
    55  	github.com/charlievieth/fs v0.0.3 // indirect
    56  	github.com/cloudfoundry/bosh-utils v0.0.385 // indirect
    57  	github.com/cppforlife/go-patch v0.1.0 // indirect
    58  	github.com/creack/pty v1.1.18 // indirect
    59  	github.com/davecgh/go-spew v1.1.1 // indirect
    60  	github.com/distribution/reference v0.5.0 // indirect
    61  	github.com/fsnotify/fsnotify v1.6.0 // indirect
    62  	github.com/go-logr/logr v1.3.0 // indirect
    63  	github.com/gogo/protobuf v1.3.2 // indirect
    64  	github.com/golang/protobuf v1.5.3 // indirect
    65  	github.com/google/go-cmp v0.6.0 // indirect
    66  	github.com/google/gofuzz v1.2.0 // indirect
    67  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
    68  	github.com/imdario/mergo v0.3.6 // indirect
    69  	github.com/json-iterator/go v1.1.12 // indirect
    70  	github.com/mattn/go-isatty v0.0.20 // indirect
    71  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    72  	github.com/modern-go/reflect2 v1.0.2 // indirect
    73  	github.com/nxadm/tail v1.4.8 // indirect
    74  	github.com/opencontainers/go-digest v1.0.0 // indirect
    75  	github.com/rivo/uniseg v0.2.0 // indirect
    76  	github.com/spf13/pflag v1.0.5 // indirect
    77  	golang.org/x/mod v0.14.0 // indirect
    78  	golang.org/x/oauth2 v0.16.0 // indirect
    79  	golang.org/x/sys v0.16.0 // indirect
    80  	golang.org/x/term v0.16.0 // indirect
    81  	golang.org/x/time v0.3.0 // indirect
    82  	golang.org/x/tools v0.17.0 // indirect
    83  	google.golang.org/appengine v1.6.8 // indirect
    84  	google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
    85  	google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
    86  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
    87  	google.golang.org/grpc v1.61.0 // indirect
    88  	google.golang.org/protobuf v1.32.0 // indirect
    89  	gopkg.in/inf.v0 v0.9.1 // indirect
    90  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
    91  	gopkg.in/yaml.v3 v3.0.1 // indirect
    92  	k8s.io/klog/v2 v2.110.1 // indirect
    93  	k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
    94  	sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
    95  	sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
    96  	sigs.k8s.io/yaml v1.3.0 // indirect
    97  )