github.com/LukasHeimann/cloudfoundrycli/v8@v8.4.4/go.mod (about)

     1  module github.com/LukasHeimann/cloudfoundrycli/v8
     2  
     3  go 1.18
     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.0.0
    11  	code.cloudfoundry.org/diego-ssh v0.0.0-20170109142818-18cdb3586e7f
    12  	code.cloudfoundry.org/go-log-cache v1.0.1-0.20211011162012-ede82a99d3cc
    13  	code.cloudfoundry.org/go-loggregator/v8 v8.0.5
    14  	code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
    15  	code.cloudfoundry.org/jsonry v1.1.3
    16  	code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be
    17  	code.cloudfoundry.org/tlsconfig v0.0.0-20210615191307-5d92ef3894a7
    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 v3.5.1+incompatible
    21  	github.com/cloudfoundry/bosh-cli v5.5.1+incompatible
    22  	github.com/cyphar/filepath-securejoin v0.2.1
    23  	github.com/docker/distribution v2.8.0+incompatible
    24  	github.com/fatih/color v1.5.1-0.20170926111411-5df930a27be2
    25  	github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
    26  	github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
    27  	github.com/kr/pty v1.1.1
    28  	github.com/lunixbochs/vtclean v1.0.0
    29  	github.com/mattn/go-colorable v0.1.0
    30  	github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae
    31  	github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
    32  	github.com/moby/moby v1.4.2-0.20171120205147-9de84a78d76e
    33  	github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
    34  	github.com/onsi/ginkgo v1.16.4
    35  	github.com/onsi/gomega v1.13.0
    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.2.0
    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.0.0-20220525230936-793ad666bf5e
    43  	golang.org/x/net v0.0.0-20220531201128-c960675eff93
    44  	golang.org/x/text v0.3.7
    45  	gopkg.in/cheggaaa/pb.v1 v1.0.28
    46  	gopkg.in/yaml.v2 v2.4.0
    47  	k8s.io/apimachinery v0.22.2
    48  	k8s.io/client-go v0.22.2
    49  )
    50  
    51  require (
    52  	cloud.google.com/go v0.65.0 // indirect
    53  	github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
    54  	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
    55  	github.com/Azure/go-autorest/autorest v0.11.18 // indirect
    56  	github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
    57  	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
    58  	github.com/Azure/go-autorest/logger v0.2.1 // indirect
    59  	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
    60  	github.com/bmatcuk/doublestar v1.3.1 // indirect
    61  	github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
    62  	github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
    63  	github.com/cloudfoundry/bosh-utils v0.0.0-20180315210917-c6a922e299b8 // indirect
    64  	github.com/cppforlife/go-patch v0.1.0 // indirect
    65  	github.com/davecgh/go-spew v1.1.1 // indirect
    66  	github.com/docker/docker v1.4.2-0.20171120205147-9de84a78d76e // indirect
    67  	github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
    68  	github.com/fsnotify/fsnotify v1.5.1 // indirect
    69  	github.com/go-logr/logr v0.4.0 // indirect
    70  	github.com/gogo/protobuf v1.3.2 // indirect
    71  	github.com/golang/protobuf v1.5.2 // indirect
    72  	github.com/google/go-cmp v0.5.6 // indirect
    73  	github.com/google/gofuzz v1.1.0 // indirect
    74  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect
    75  	github.com/imdario/mergo v0.3.5 // indirect
    76  	github.com/json-iterator/go v1.1.11 // indirect
    77  	github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
    78  	github.com/mattn/go-isatty v0.0.3 // indirect
    79  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    80  	github.com/modern-go/reflect2 v1.0.1 // indirect
    81  	github.com/nxadm/tail v1.4.8 // indirect
    82  	github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
    83  	github.com/spf13/pflag v1.0.5 // indirect
    84  	github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
    85  	golang.org/x/mod v0.4.2 // indirect
    86  	golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
    87  	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
    88  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
    89  	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
    90  	golang.org/x/tools v0.1.6-0.20210908190839-cf92b39a962c // indirect
    91  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    92  	google.golang.org/appengine v1.6.6 // indirect
    93  	google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4 // indirect
    94  	google.golang.org/grpc v1.41.0 // indirect
    95  	google.golang.org/protobuf v1.27.1 // indirect
    96  	gopkg.in/inf.v0 v0.9.1 // indirect
    97  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
    98  	k8s.io/klog/v2 v2.9.0 // indirect
    99  	k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
   100  	sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
   101  	sigs.k8s.io/yaml v1.2.0 // indirect
   102  )
   103  
   104  replace gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7