2021-12-15 19:35:04 +00:00
|
|
|
// 'vendor.mod' enables use of 'go mod vendor' to managed 'vendor/' directory.
|
|
|
|
// There is no 'go.mod' file, as that would imply opting in for all the rules
|
|
|
|
// around SemVer, which this repo cannot abide by as it uses CalVer.
|
|
|
|
|
|
|
|
module github.com/docker/docker
|
|
|
|
|
2024-02-20 09:51:18 +00:00
|
|
|
go 1.21
|
2021-12-15 19:35:04 +00:00
|
|
|
|
|
|
|
require (
|
2023-07-19 14:37:25 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3
|
2024-02-12 08:24:51 +00:00
|
|
|
cloud.google.com/go/logging v1.8.1
|
2024-01-25 15:26:04 +00:00
|
|
|
code.cloudfoundry.org/clock v1.1.0
|
2023-12-21 17:41:00 +00:00
|
|
|
dario.cat/mergo v1.0.0
|
2023-09-18 16:18:49 +00:00
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
|
2022-06-12 22:06:40 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0
|
2023-07-20 05:54:31 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.1
|
2023-11-19 12:12:22 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.11.4
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
|
2024-02-12 17:22:32 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.24.1
|
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.26.6
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.16
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
|
2024-02-14 16:23:31 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.32.0
|
2024-02-12 17:22:32 +00:00
|
|
|
github.com/aws/smithy-go v1.19.0
|
2023-08-10 11:50:29 +00:00
|
|
|
github.com/cloudflare/cfssl v1.6.4
|
2024-01-05 12:18:14 +00:00
|
|
|
github.com/containerd/cgroups/v3 v3.0.3
|
2024-04-08 12:28:28 +00:00
|
|
|
github.com/containerd/containerd v1.7.15
|
2024-02-22 09:23:13 +00:00
|
|
|
github.com/containerd/continuity v0.4.3
|
2023-02-21 17:29:46 +00:00
|
|
|
github.com/containerd/fifo v1.1.0
|
2023-09-13 15:41:45 +00:00
|
|
|
github.com/containerd/log v0.1.0
|
2023-07-19 13:44:47 +00:00
|
|
|
github.com/containerd/typeurl/v2 v2.1.1
|
2023-03-14 12:08:04 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2022-12-07 00:15:19 +00:00
|
|
|
github.com/cpuguy83/tar2go v0.3.1
|
2023-04-24 03:11:40 +00:00
|
|
|
github.com/creack/pty v1.1.18
|
2023-03-29 17:31:12 +00:00
|
|
|
github.com/deckarep/golang-set/v2 v2.3.0
|
2023-08-30 16:31:46 +00:00
|
|
|
github.com/distribution/reference v0.5.0
|
2023-09-26 08:55:45 +00:00
|
|
|
github.com/docker/distribution v2.8.3+incompatible
|
2024-01-05 17:20:12 +00:00
|
|
|
github.com/docker/go-connections v0.5.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
|
|
|
github.com/docker/go-metrics v0.0.1
|
2022-09-01 08:22:00 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4
|
|
|
|
github.com/fluent/fluent-logger-golang v1.9.0
|
2023-03-14 12:09:34 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
|
|
|
github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
|
2024-03-14 12:12:54 +00:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2023-12-21 18:00:48 +00:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2024-02-06 02:50:00 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-12-01 11:48:09 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2023-05-19 06:22:19 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1
|
2022-04-21 21:33:07 +00:00
|
|
|
github.com/hashicorp/go-memdb v1.3.2
|
2022-11-14 09:28:49 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-08-17 21:13:15 +00:00
|
|
|
github.com/hashicorp/memberlist v0.4.0
|
2022-06-29 13:52:13 +00:00
|
|
|
github.com/hashicorp/serf v0.8.5
|
2023-04-08 20:34:51 +00:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
|
2023-12-27 09:23:44 +00:00
|
|
|
github.com/klauspost/compress v1.17.4
|
2024-03-01 09:14:22 +00:00
|
|
|
github.com/miekg/dns v1.1.57
|
2023-05-23 10:52:16 +00:00
|
|
|
github.com/mistifyio/go-zfs/v3 v3.0.1
|
2022-08-17 21:13:49 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
2024-03-18 19:15:12 +00:00
|
|
|
github.com/moby/buildkit v0.13.1
|
2024-02-08 21:47:28 +00:00
|
|
|
github.com/moby/docker-image-spec v1.3.1
|
2023-01-14 16:25:22 +00:00
|
|
|
github.com/moby/ipvs v1.1.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/moby/locker v1.0.1
|
2023-08-22 22:50:05 +00:00
|
|
|
github.com/moby/patternmatcher v0.6.0
|
2022-09-30 13:35:16 +00:00
|
|
|
github.com/moby/pubsub v1.0.0
|
2024-04-12 15:47:28 +00:00
|
|
|
github.com/moby/swarmkit/v2 v2.0.0-20240412154004-f3ffc0881d0e
|
2022-06-27 08:27:51 +00:00
|
|
|
github.com/moby/sys/mount v0.3.3
|
2024-01-15 11:09:02 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.7.1
|
2022-09-23 16:39:20 +00:00
|
|
|
github.com/moby/sys/sequential v0.5.0
|
2022-02-15 14:58:05 +00:00
|
|
|
github.com/moby/sys/signal v0.7.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/moby/sys/symlink v0.2.0
|
2023-10-24 13:45:02 +00:00
|
|
|
github.com/moby/sys/user v0.1.0
|
2023-04-30 22:49:17 +00:00
|
|
|
github.com/moby/term v0.5.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/morikuni/aec v1.0.0
|
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2023-10-17 12:03:41 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc5
|
2024-01-31 20:17:56 +00:00
|
|
|
github.com/opencontainers/runc v1.1.12
|
2024-04-03 12:20:19 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.2.0
|
2023-03-14 12:12:31 +00:00
|
|
|
github.com/opencontainers/selinux v1.11.0
|
2023-01-30 08:02:21 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-12-21 18:13:04 +00:00
|
|
|
github.com/prometheus/client_golang v1.17.0
|
2024-03-05 22:38:00 +00:00
|
|
|
github.com/rootless-containers/rootlesskit/v2 v2.0.2
|
2023-06-08 20:18:59 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-12-01 10:01:59 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-03-06 10:54:03 +00:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20240301111122-7525a1af2bb5
|
2022-03-28 03:21:22 +00:00
|
|
|
github.com/tonistiigi/go-archvariant v1.0.0
|
2024-01-08 10:40:15 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.5
|
2022-06-12 22:06:40 +00:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2023-09-18 16:03:23 +00:00
|
|
|
github.com/vishvananda/netns v0.0.4
|
2024-02-27 17:24:01 +00:00
|
|
|
go.etcd.io/bbolt v1.3.9
|
2024-01-29 18:01:37 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
|
|
|
|
go.opentelemetry.io/otel v1.21.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.21.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.21.0
|
2024-01-20 21:40:34 +00:00
|
|
|
golang.org/x/mod v0.13.0
|
2024-04-03 18:42:29 +00:00
|
|
|
golang.org/x/net v0.23.0
|
2024-01-20 21:38:12 +00:00
|
|
|
golang.org/x/sync v0.5.0
|
2024-03-05 22:37:09 +00:00
|
|
|
golang.org/x/sys v0.18.0
|
2023-12-18 12:38:46 +00:00
|
|
|
golang.org/x/text v0.14.0
|
2022-12-16 21:26:06 +00:00
|
|
|
golang.org/x/time v0.3.0
|
2024-02-12 08:18:20 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
|
2024-01-29 17:55:23 +00:00
|
|
|
google.golang.org/grpc v1.59.0
|
2024-03-14 12:12:54 +00:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2023-10-18 12:37:07 +00:00
|
|
|
gotest.tools/v3 v3.5.1
|
2023-12-12 15:07:13 +00:00
|
|
|
resenje.org/singleflight v0.4.1
|
2024-04-10 13:42:52 +00:00
|
|
|
tags.cncf.io/container-device-interface v0.7.1
|
2021-12-15 19:35:04 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-12 08:18:20 +00:00
|
|
|
cloud.google.com/go v0.110.8 // indirect
|
|
|
|
cloud.google.com/go/compute v1.23.1 // indirect
|
|
|
|
cloud.google.com/go/longrunning v0.5.2 // indirect
|
2023-07-11 14:26:28 +00:00
|
|
|
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
2023-07-24 12:34:22 +00:00
|
|
|
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
|
2022-09-15 15:54:27 +00:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2024-02-14 16:23:31 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
|
2024-02-12 17:22:32 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-02-23 23:16:11 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.13.0 // indirect
|
2024-02-28 09:05:02 +00:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2023-09-18 15:01:08 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
2023-07-19 14:19:21 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2024-01-05 12:14:49 +00:00
|
|
|
github.com/cilium/ebpf v0.11.0 // indirect
|
2022-03-10 21:07:02 +00:00
|
|
|
github.com/container-storage-interface/spec v1.5.0 // indirect
|
2023-07-19 15:14:36 +00:00
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
github.com/containerd/console v1.0.4 // indirect
|
2023-07-19 15:39:15 +00:00
|
|
|
github.com/containerd/go-cni v1.1.9 // indirect
|
2023-05-25 16:56:52 +00:00
|
|
|
github.com/containerd/go-runc v1.1.0 // indirect
|
2024-02-12 08:10:02 +00:00
|
|
|
github.com/containerd/nydus-snapshotter v0.13.7 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
|
2024-03-12 11:37:44 +00:00
|
|
|
github.com/containerd/ttrpc v1.2.3 // indirect
|
2023-07-19 15:39:15 +00:00
|
|
|
github.com/containernetworking/cni v1.1.2 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
github.com/containernetworking/plugins v1.4.0 // indirect
|
2023-12-11 12:59:37 +00:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
2024-02-23 23:16:11 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-08-13 03:03:23 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2022-03-10 21:07:02 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2023-11-19 12:14:04 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2022-11-23 17:02:36 +00:00
|
|
|
github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee // indirect
|
2023-07-19 15:19:14 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2024-01-29 17:51:54 +00:00
|
|
|
github.com/go-logr/logr v1.3.0 // indirect
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-04-27 07:46:04 +00:00
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
2024-02-28 09:05:02 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-09-15 15:54:02 +00:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2022-11-30 10:10:05 +00:00
|
|
|
github.com/google/certificate-transparency-go v1.1.4 // indirect
|
2023-10-26 22:38:45 +00:00
|
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2024-02-12 08:24:51 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
2023-11-19 12:16:18 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
|
2022-03-01 17:06:12 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-06-29 13:59:00 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
2022-04-21 21:33:07 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2022-12-21 07:00:14 +00:00
|
|
|
github.com/in-toto/in-toto-golang v0.5.0 // indirect
|
2023-05-18 23:52:30 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-08-10 11:50:29 +00:00
|
|
|
github.com/jmoiron/sqlx v1.3.3 // indirect
|
2022-11-25 14:18:24 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-03-18 15:01:18 +00:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
2022-08-17 21:13:49 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2023-05-16 15:11:09 +00:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
|
2022-12-21 07:00:14 +00:00
|
|
|
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 // indirect
|
2022-12-10 12:28:28 +00:00
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2024-02-23 23:16:11 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-12-21 18:13:04 +00:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.44.0 // indirect
|
2023-12-21 18:14:53 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
2022-12-21 07:00:14 +00:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
|
|
|
|
github.com/shibumi/go-pathspec v1.3.0 // indirect
|
2024-02-28 09:05:02 +00:00
|
|
|
github.com/spdx/tools-golang v0.5.3 // indirect
|
2024-02-29 21:10:31 +00:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2023-05-16 15:11:09 +00:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
2023-07-01 13:29:36 +00:00
|
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
2024-02-28 09:05:02 +00:00
|
|
|
github.com/tonistiigi/go-actions-cache v0.0.0-20240227172821-a0b64f338598 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
2023-09-18 16:17:01 +00:00
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 // indirect
|
2023-08-10 11:50:29 +00:00
|
|
|
github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect
|
|
|
|
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc // indirect
|
|
|
|
github.com/zmap/zlint/v3 v3.1.0 // indirect
|
2022-11-23 17:25:17 +00:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.5.6 // indirect
|
|
|
|
go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
|
|
|
|
go.etcd.io/etcd/server/v3 v3.5.6 // indirect
|
2023-07-19 14:28:46 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-01-29 18:01:37 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 // indirect
|
2024-01-29 18:01:37 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.42.0 // indirect
|
2024-01-29 18:01:37 +00:00
|
|
|
go.opentelemetry.io/otel/metric v1.21.0 // indirect
|
2024-02-19 15:08:45 +00:00
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
|
2023-11-19 12:20:39 +00:00
|
|
|
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
2022-11-23 17:10:00 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2022-11-23 17:12:09 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-11-23 17:13:55 +00:00
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2024-04-03 12:08:51 +00:00
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
2024-02-12 08:13:32 +00:00
|
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
2024-01-20 21:43:04 +00:00
|
|
|
golang.org/x/oauth2 v0.11.0 // indirect
|
2024-01-20 21:50:49 +00:00
|
|
|
golang.org/x/tools v0.14.0 // indirect
|
2024-02-12 08:24:51 +00:00
|
|
|
google.golang.org/api v0.128.0 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2024-02-12 08:18:20 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
2023-05-16 15:11:09 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-02-23 23:16:11 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-07-19 15:30:28 +00:00
|
|
|
k8s.io/klog/v2 v2.90.1 // indirect
|
2023-05-16 15:11:09 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2024-04-10 13:42:52 +00:00
|
|
|
tags.cncf.io/container-device-interface/specs-go v0.7.0 // indirect
|
2021-12-15 19:35:04 +00:00
|
|
|
)
|