github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/go.mod (about)

     1  module github.com/khulnasoft/cli
     2  
     3  go 1.21
     4  
     5  require (
     6  	dario.cat/mergo v1.0.0
     7  	github.com/containerd/containerd v1.7.14
     8  	github.com/creack/pty v1.1.21
     9  	github.com/distribution/reference v0.6.0
    10  	github.com/docker/docker v26.0.0+incompatible
    11  	github.com/fvbommel/sortorder v1.1.0
    12  	github.com/gogo/protobuf v1.3.2
    13  	github.com/google/go-cmp v0.6.0
    14  	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    15  	github.com/khulnasoft-lab/distribution v2.8.3+incompatible
    16  	github.com/khulnasoft-lab/go-connections v0.5.0
    17  	github.com/khulnasoft-lab/go-units v0.0.0-20240402063423-4aa1cedb5193
    18  	github.com/khulnasoft-lab/khulnasoft-credential-helpers v0.8.1
    19  	github.com/mattn/go-runewidth v0.0.15
    20  	github.com/mitchellh/mapstructure v1.5.0
    21  	github.com/moby/patternmatcher v0.6.0
    22  	github.com/moby/swarmkit/v2 v2.0.0-20240227173239-911c97650f2e
    23  	github.com/moby/sys/sequential v0.5.0
    24  	github.com/moby/sys/signal v0.7.0
    25  	github.com/moby/term v0.5.0
    26  	github.com/morikuni/aec v1.0.0
    27  	github.com/opencontainers/go-digest v1.0.0
    28  	github.com/opencontainers/image-spec v1.1.0
    29  	github.com/pkg/errors v0.9.1
    30  	github.com/sirupsen/logrus v1.9.3
    31  	github.com/spf13/cobra v1.8.0
    32  	github.com/spf13/pflag v1.0.5
    33  	github.com/theupdateframework/notary v0.7.0
    34  	github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346
    35  	github.com/xeipuuv/gojsonschema v1.2.0
    36  	go.opentelemetry.io/otel v1.24.0
    37  	go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.24.0
    38  	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0
    39  	go.opentelemetry.io/otel/metric v1.24.0
    40  	go.opentelemetry.io/otel/sdk v1.24.0
    41  	go.opentelemetry.io/otel/sdk/metric v1.24.0
    42  	go.opentelemetry.io/otel/trace v1.24.0
    43  	golang.org/x/sync v0.6.0
    44  	golang.org/x/sys v0.18.0
    45  	golang.org/x/term v0.18.0
    46  	golang.org/x/text v0.14.0
    47  	gopkg.in/yaml.v2 v2.4.0
    48  	gotest.tools/v3 v3.5.1
    49  	tags.cncf.io/container-device-interface v0.6.2
    50  )
    51  
    52  require (
    53  	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
    54  	github.com/Microsoft/go-winio v0.6.1 // indirect
    55  	github.com/Microsoft/hcsshim v0.11.4 // indirect
    56  	github.com/beorn7/perks v1.0.1 // indirect
    57  	github.com/cenkalti/backoff/v4 v4.2.1 // indirect
    58  	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    59  	github.com/containerd/log v0.1.0 // indirect
    60  	github.com/docker/distribution v2.8.1+incompatible // indirect
    61  	github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
    62  	github.com/docker/go-connections v0.4.0 // indirect
    63  	github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
    64  	github.com/docker/go-metrics v0.0.1 // indirect
    65  	github.com/docker/go-units v0.5.0 // indirect
    66  	github.com/felixge/httpsnoop v1.0.3 // indirect
    67  	github.com/go-logr/logr v1.4.1 // indirect
    68  	github.com/go-logr/stdr v1.2.2 // indirect
    69  	github.com/golang/protobuf v1.5.3 // indirect
    70  	github.com/gorilla/mux v1.7.0 // indirect
    71  	github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
    72  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    73  	github.com/klauspost/compress v1.16.0 // indirect
    74  	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
    75  	github.com/miekg/pkcs11 v1.1.1 // indirect
    76  	github.com/moby/docker-image-spec v1.3.1 // indirect
    77  	github.com/moby/sys/symlink v0.2.0 // indirect
    78  	github.com/moby/sys/user v0.1.0 // indirect
    79  	github.com/prometheus/client_golang v1.14.0 // indirect
    80  	github.com/prometheus/client_model v0.3.0 // indirect
    81  	github.com/prometheus/common v0.42.0 // indirect
    82  	github.com/prometheus/procfs v0.9.0 // indirect
    83  	github.com/rivo/uniseg v0.2.0 // indirect
    84  	github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
    85  	github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
    86  	go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
    87  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
    88  	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
    89  	go.opentelemetry.io/proto/otlp v1.1.0 // indirect
    90  	golang.org/x/crypto v0.16.0 // indirect
    91  	golang.org/x/mod v0.11.0 // indirect
    92  	golang.org/x/net v0.19.0 // indirect
    93  	golang.org/x/time v0.3.0 // indirect
    94  	golang.org/x/tools v0.10.0 // indirect
    95  	google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
    96  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
    97  	google.golang.org/grpc v1.61.1 // indirect
    98  	google.golang.org/protobuf v1.32.0 // indirect
    99  )