github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/vendor.mod (about)

     1  // 'vendor.mod' enables use of 'go mod vendor' to managed 'vendor/' directory.
     2  // There is no 'go.mod' file, as that would imply opting in for all the rules
     3  // around SemVer, which this repo cannot abide by as it uses CalVer.
     4  
     5  module github.com/docker/docker
     6  
     7  go 1.18
     8  
     9  require (
    10  	cloud.google.com/go v0.93.3
    11  	cloud.google.com/go/logging v1.4.2
    12  	code.cloudfoundry.org/clock v1.0.0
    13  	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
    14  	github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0
    15  	github.com/Microsoft/go-winio v0.5.2
    16  	github.com/Microsoft/hcsshim v0.9.4
    17  	github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
    18  	github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
    19  	github.com/aws/aws-sdk-go v1.31.6
    20  	github.com/bsphere/le_go v0.0.0-20200109081728-fc06dab2caa8
    21  	github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
    22  	github.com/containerd/cgroups v1.0.4
    23  	github.com/containerd/containerd v1.6.9
    24  	github.com/containerd/continuity v0.3.0
    25  	github.com/containerd/fifo v1.0.0
    26  	github.com/containerd/typeurl v1.0.2
    27  	github.com/coreos/go-systemd/v22 v22.4.0
    28  	github.com/creack/pty v1.1.11
    29  	github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9
    30  	github.com/docker/distribution v2.8.1+incompatible
    31  	github.com/docker/go-connections v0.4.0
    32  	github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
    33  	github.com/docker/go-metrics v0.0.1
    34  	github.com/docker/go-units v0.5.0
    35  	github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3
    36  	github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4
    37  	github.com/fluent/fluent-logger-golang v1.9.0
    38  	github.com/godbus/dbus/v5 v5.0.6
    39  	github.com/gogo/protobuf v1.3.2
    40  	github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
    41  	github.com/google/go-cmp v0.5.9
    42  	github.com/google/uuid v1.3.0
    43  	github.com/gorilla/mux v1.8.0
    44  	github.com/hashicorp/go-immutable-radix v1.3.1
    45  	github.com/hashicorp/go-memdb v1.3.2
    46  	github.com/hashicorp/memberlist v0.4.0
    47  	github.com/hashicorp/serf v0.8.5
    48  	github.com/imdario/mergo v0.3.12
    49  	github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
    50  	github.com/klauspost/compress v1.15.9
    51  	github.com/miekg/dns v1.1.43
    52  	github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
    53  	github.com/moby/buildkit v0.10.5
    54  	github.com/moby/ipvs v1.0.2
    55  	github.com/moby/locker v1.0.1
    56  	github.com/moby/patternmatcher v0.5.0
    57  	github.com/moby/pubsub v1.0.0
    58  	github.com/moby/swarmkit/v2 v2.0.0-20221102165002-6341884e5fc9
    59  	github.com/moby/sys/mount v0.3.3
    60  	github.com/moby/sys/mountinfo v0.6.2
    61  	github.com/moby/sys/sequential v0.5.0
    62  	github.com/moby/sys/signal v0.7.0
    63  	github.com/moby/sys/symlink v0.2.0
    64  	github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
    65  	github.com/morikuni/aec v1.0.0
    66  	github.com/opencontainers/go-digest v1.0.0
    67  	github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
    68  	github.com/opencontainers/runc v1.1.2
    69  	github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
    70  	github.com/opencontainers/selinux v1.10.2
    71  	github.com/pelletier/go-toml v1.9.4
    72  	github.com/pkg/errors v0.9.1
    73  	github.com/prometheus/client_golang v1.12.1
    74  	github.com/rootless-containers/rootlesskit v1.0.0
    75  	github.com/sirupsen/logrus v1.8.1
    76  	github.com/spf13/cobra v1.1.3
    77  	github.com/spf13/pflag v1.0.5
    78  	github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274
    79  	github.com/tonistiigi/go-archvariant v1.0.0
    80  	github.com/vbatts/tar-split v0.11.2
    81  	github.com/vishvananda/netlink v1.2.1-beta.2
    82  	github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
    83  	go.etcd.io/bbolt v1.3.6
    84  	golang.org/x/net v0.1.0
    85  	golang.org/x/sync v0.1.0
    86  	golang.org/x/sys v0.1.0
    87  	golang.org/x/time v0.1.0
    88  	google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
    89  	google.golang.org/grpc v1.47.0
    90  	gotest.tools/v3 v3.4.0
    91  )
    92  
    93  require (
    94  	github.com/agext/levenshtein v1.2.3 // indirect
    95  	github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
    96  	github.com/armon/go-metrics v0.4.1 // indirect
    97  	github.com/beorn7/perks v1.0.1 // indirect
    98  	github.com/cespare/xxhash/v2 v2.1.2 // indirect
    99  	github.com/cilium/ebpf v0.7.0 // indirect
   100  	github.com/container-storage-interface/spec v1.5.0 // indirect
   101  	github.com/containerd/console v1.0.3 // indirect
   102  	github.com/containerd/go-runc v1.0.0 // indirect
   103  	github.com/containerd/stargz-snapshotter v0.11.3 // indirect
   104  	github.com/containerd/stargz-snapshotter/estargz v0.11.3 // indirect
   105  	github.com/containerd/ttrpc v1.1.0 // indirect
   106  	github.com/cyphar/filepath-securejoin v0.2.3 // indirect
   107  	github.com/dustin/go-humanize v1.0.0 // indirect
   108  	github.com/felixge/httpsnoop v1.0.2 // indirect
   109  	github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e // indirect
   110  	github.com/fsnotify/fsnotify v1.5.1 // indirect
   111  	github.com/go-logr/logr v1.2.2 // indirect
   112  	github.com/go-logr/stdr v1.2.2 // indirect
   113  	github.com/gofrs/flock v0.8.1 // indirect
   114  	github.com/gogo/googleapis v1.4.1 // indirect
   115  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
   116  	github.com/golang/protobuf v1.5.2 // indirect
   117  	github.com/google/btree v1.1.2 // indirect
   118  	github.com/google/certificate-transparency-go v1.1.2 // indirect
   119  	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
   120  	github.com/googleapis/gax-go/v2 v2.0.5 // indirect
   121  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
   122  	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
   123  	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
   124  	github.com/hashicorp/errwrap v1.1.0 // indirect
   125  	github.com/hashicorp/go-msgpack v0.5.5 // indirect
   126  	github.com/hashicorp/go-multierror v1.1.1 // indirect
   127  	github.com/hashicorp/go-sockaddr v1.0.2 // indirect
   128  	github.com/hashicorp/golang-lru v0.5.4 // indirect
   129  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
   130  	github.com/jmespath/go-jmespath v0.3.0 // indirect
   131  	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
   132  	github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
   133  	github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee // indirect
   134  	github.com/philhofer/fwd v1.0.0 // indirect
   135  	github.com/prometheus/client_model v0.2.0 // indirect
   136  	github.com/prometheus/common v0.32.1 // indirect
   137  	github.com/prometheus/procfs v0.7.3 // indirect
   138  	github.com/rexray/gocsi v1.2.2 // indirect
   139  	github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
   140  	github.com/tinylib/msgp v1.1.0 // indirect
   141  	github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
   142  	go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
   143  	go.etcd.io/etcd/pkg/v3 v3.5.2 // indirect
   144  	go.etcd.io/etcd/raft/v3 v3.5.2 // indirect
   145  	go.etcd.io/etcd/server/v3 v3.5.2 // indirect
   146  	go.opencensus.io v0.23.0 // indirect
   147  	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect
   148  	go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 // indirect
   149  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 // indirect
   150  	go.opentelemetry.io/otel v1.4.1 // indirect
   151  	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 // indirect
   152  	go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
   153  	go.opentelemetry.io/otel/metric v0.27.0 // indirect
   154  	go.opentelemetry.io/otel/sdk v1.4.1 // indirect
   155  	go.opentelemetry.io/otel/trace v1.4.1 // indirect
   156  	go.opentelemetry.io/proto/otlp v0.12.0 // indirect
   157  	go.uber.org/atomic v1.7.0 // indirect
   158  	go.uber.org/multierr v1.6.0 // indirect
   159  	go.uber.org/zap v1.17.0 // indirect
   160  	golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
   161  	golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
   162  	golang.org/x/text v0.4.0 // indirect
   163  	google.golang.org/api v0.54.0 // indirect
   164  	google.golang.org/appengine v1.6.7 // indirect
   165  	google.golang.org/protobuf v1.28.0 // indirect
   166  )
   167  
   168  replace (
   169  	// More recent versions result in a panic in libnetwork.
   170  	// FIXME(thaJeztah): we need to fix how we use this library or replace it; see https://github.com/moby/moby/issues/43753
   171  	github.com/armon/go-radix => github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8
   172  	// Resolve dependency hell with github.com/cloudflare/cfssl (transitive via
   173  	// swarmkit) by pinning the certificate-transparency-go version. Remove once
   174  	// module go.etcd.io/etcd/server/v3 has upgraded its dependency on
   175  	// go.opentelemetry.io/otel to v1.
   176  	github.com/google/certificate-transparency-go => github.com/google/certificate-transparency-go v1.0.20
   177  	// Removes etcd dependency
   178  	github.com/rexray/gocsi => github.com/dperny/gocsi v1.2.3-pre
   179  )