
Go 1.15.7 contained a security fix for CVE-2021-3115, which allowed arbitrary code to be executed at build time when using cgo on Windows. This issue also affects Unix users who have “.” listed explicitly in their PATH and are running “go get” outside of a module or with module mode disabled. This issue is not limited to the go command itself, and can also affect binaries that use `os.Command`, `os.LookPath`, etc. From the related blogpost (ttps://blog.golang.org/path-security): > Are your own programs affected? > > If you use exec.LookPath or exec.Command in your own programs, you only need to > be concerned if you (or your users) run your program in a directory with untrusted > contents. If so, then a subprocess could be started using an executable from dot > instead of from a system directory. (Again, using an executable from dot happens > always on Windows and only with uncommon PATH settings on Unix.) > > If you are concerned, then we’ve published the more restricted variant of os/exec > as golang.org/x/sys/execabs. You can use it in your program by simply replacing This patch replaces all uses of `os/exec` with `golang.org/x/sys/execabs`. While some uses of `os/exec` should not be problematic (e.g. part of tests), it is probably good to be consistent, in case code gets moved around. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
697 lines
25 KiB
Plaintext
697 lines
25 KiB
Plaintext
# github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8
|
|
## explicit
|
|
github.com/AdaLogics/go-fuzz-headers
|
|
# github.com/Microsoft/go-winio v0.5.0
|
|
## explicit
|
|
github.com/Microsoft/go-winio
|
|
github.com/Microsoft/go-winio/backuptar
|
|
github.com/Microsoft/go-winio/pkg/etw
|
|
github.com/Microsoft/go-winio/pkg/etwlogrus
|
|
github.com/Microsoft/go-winio/pkg/fs
|
|
github.com/Microsoft/go-winio/pkg/guid
|
|
github.com/Microsoft/go-winio/pkg/security
|
|
github.com/Microsoft/go-winio/vhd
|
|
# github.com/Microsoft/hcsshim v0.8.18
|
|
## explicit
|
|
github.com/Microsoft/hcsshim
|
|
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
|
|
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats
|
|
github.com/Microsoft/hcsshim/computestorage
|
|
github.com/Microsoft/hcsshim/ext4/internal/compactext4
|
|
github.com/Microsoft/hcsshim/ext4/internal/format
|
|
github.com/Microsoft/hcsshim/ext4/tar2ext4
|
|
github.com/Microsoft/hcsshim/hcn
|
|
github.com/Microsoft/hcsshim/internal/cni
|
|
github.com/Microsoft/hcsshim/internal/cow
|
|
github.com/Microsoft/hcsshim/internal/hcs
|
|
github.com/Microsoft/hcsshim/internal/hcs/schema1
|
|
github.com/Microsoft/hcsshim/internal/hcs/schema2
|
|
github.com/Microsoft/hcsshim/internal/hcserror
|
|
github.com/Microsoft/hcsshim/internal/hns
|
|
github.com/Microsoft/hcsshim/internal/interop
|
|
github.com/Microsoft/hcsshim/internal/log
|
|
github.com/Microsoft/hcsshim/internal/logfields
|
|
github.com/Microsoft/hcsshim/internal/longpath
|
|
github.com/Microsoft/hcsshim/internal/mergemaps
|
|
github.com/Microsoft/hcsshim/internal/oc
|
|
github.com/Microsoft/hcsshim/internal/regstate
|
|
github.com/Microsoft/hcsshim/internal/runhcs
|
|
github.com/Microsoft/hcsshim/internal/safefile
|
|
github.com/Microsoft/hcsshim/internal/timeout
|
|
github.com/Microsoft/hcsshim/internal/vmcompute
|
|
github.com/Microsoft/hcsshim/internal/wclayer
|
|
github.com/Microsoft/hcsshim/internal/winapi
|
|
github.com/Microsoft/hcsshim/osversion
|
|
github.com/Microsoft/hcsshim/pkg/go-runhcs
|
|
github.com/Microsoft/hcsshim/pkg/ociwclayer
|
|
# github.com/beorn7/perks v1.0.1
|
|
github.com/beorn7/perks/quantile
|
|
# github.com/bits-and-blooms/bitset v1.2.0
|
|
github.com/bits-and-blooms/bitset
|
|
# github.com/blang/semver v3.5.1+incompatible
|
|
github.com/blang/semver
|
|
# github.com/cenkalti/backoff/v4 v4.1.1
|
|
github.com/cenkalti/backoff/v4
|
|
# github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/cespare/xxhash/v2
|
|
# github.com/cilium/ebpf v0.6.2
|
|
github.com/cilium/ebpf
|
|
github.com/cilium/ebpf/asm
|
|
github.com/cilium/ebpf/internal
|
|
github.com/cilium/ebpf/internal/btf
|
|
github.com/cilium/ebpf/internal/unix
|
|
github.com/cilium/ebpf/link
|
|
# github.com/containerd/aufs v1.0.0
|
|
## explicit
|
|
github.com/containerd/aufs
|
|
github.com/containerd/aufs/plugin
|
|
# github.com/containerd/btrfs v1.0.0
|
|
## explicit
|
|
github.com/containerd/btrfs
|
|
# github.com/containerd/cgroups v1.0.1
|
|
## explicit
|
|
github.com/containerd/cgroups
|
|
github.com/containerd/cgroups/stats/v1
|
|
github.com/containerd/cgroups/v2
|
|
github.com/containerd/cgroups/v2/stats
|
|
# github.com/containerd/console v1.0.2
|
|
## explicit
|
|
github.com/containerd/console
|
|
# github.com/containerd/containerd/api v0.0.0 => ./api
|
|
## explicit
|
|
github.com/containerd/containerd/api/events
|
|
github.com/containerd/containerd/api/services/containers/v1
|
|
github.com/containerd/containerd/api/services/content/v1
|
|
github.com/containerd/containerd/api/services/diff/v1
|
|
github.com/containerd/containerd/api/services/events/v1
|
|
github.com/containerd/containerd/api/services/images/v1
|
|
github.com/containerd/containerd/api/services/introspection/v1
|
|
github.com/containerd/containerd/api/services/leases/v1
|
|
github.com/containerd/containerd/api/services/namespaces/v1
|
|
github.com/containerd/containerd/api/services/snapshots/v1
|
|
github.com/containerd/containerd/api/services/tasks/v1
|
|
github.com/containerd/containerd/api/services/ttrpc/events/v1
|
|
github.com/containerd/containerd/api/services/version/v1
|
|
github.com/containerd/containerd/api/types
|
|
github.com/containerd/containerd/api/types/task
|
|
# github.com/containerd/continuity v0.1.0
|
|
## explicit
|
|
github.com/containerd/continuity
|
|
github.com/containerd/continuity/devices
|
|
github.com/containerd/continuity/driver
|
|
github.com/containerd/continuity/fs
|
|
github.com/containerd/continuity/fs/fstest
|
|
github.com/containerd/continuity/pathdriver
|
|
github.com/containerd/continuity/proto
|
|
github.com/containerd/continuity/sysx
|
|
github.com/containerd/continuity/testutil
|
|
github.com/containerd/continuity/testutil/loopback
|
|
# github.com/containerd/fifo v1.0.0
|
|
## explicit
|
|
github.com/containerd/fifo
|
|
# github.com/containerd/go-cni v1.0.2
|
|
## explicit
|
|
github.com/containerd/go-cni
|
|
# github.com/containerd/go-runc v1.0.0
|
|
## explicit
|
|
github.com/containerd/go-runc
|
|
# github.com/containerd/imgcrypt v1.1.1
|
|
## explicit
|
|
github.com/containerd/imgcrypt
|
|
github.com/containerd/imgcrypt/images/encryption
|
|
# github.com/containerd/nri v0.1.0
|
|
## explicit
|
|
github.com/containerd/nri
|
|
github.com/containerd/nri/types/v1
|
|
# github.com/containerd/ttrpc v1.0.2
|
|
## explicit
|
|
github.com/containerd/ttrpc
|
|
github.com/containerd/ttrpc/plugin
|
|
# github.com/containerd/typeurl v1.0.2
|
|
## explicit
|
|
github.com/containerd/typeurl
|
|
# github.com/containerd/zfs v1.0.0
|
|
## explicit
|
|
github.com/containerd/zfs
|
|
github.com/containerd/zfs/plugin
|
|
# github.com/containernetworking/cni v0.8.1
|
|
github.com/containernetworking/cni/libcni
|
|
github.com/containernetworking/cni/pkg/invoke
|
|
github.com/containernetworking/cni/pkg/types
|
|
github.com/containernetworking/cni/pkg/types/020
|
|
github.com/containernetworking/cni/pkg/types/current
|
|
github.com/containernetworking/cni/pkg/utils
|
|
github.com/containernetworking/cni/pkg/version
|
|
# github.com/containernetworking/plugins v0.9.1
|
|
## explicit
|
|
github.com/containernetworking/plugins/pkg/ns
|
|
# github.com/containers/ocicrypt v1.1.1
|
|
github.com/containers/ocicrypt
|
|
github.com/containers/ocicrypt/blockcipher
|
|
github.com/containers/ocicrypt/config
|
|
github.com/containers/ocicrypt/config/keyprovider-config
|
|
github.com/containers/ocicrypt/crypto/pkcs11
|
|
github.com/containers/ocicrypt/keywrap
|
|
github.com/containers/ocicrypt/keywrap/jwe
|
|
github.com/containers/ocicrypt/keywrap/keyprovider
|
|
github.com/containers/ocicrypt/keywrap/pgp
|
|
github.com/containers/ocicrypt/keywrap/pkcs11
|
|
github.com/containers/ocicrypt/keywrap/pkcs7
|
|
github.com/containers/ocicrypt/spec
|
|
github.com/containers/ocicrypt/utils
|
|
github.com/containers/ocicrypt/utils/keyprovider
|
|
# github.com/coreos/go-systemd/v22 v22.3.2
|
|
## explicit
|
|
github.com/coreos/go-systemd/v22/daemon
|
|
github.com/coreos/go-systemd/v22/dbus
|
|
# github.com/cpuguy83/go-md2man/v2 v2.0.0
|
|
github.com/cpuguy83/go-md2man/v2/md2man
|
|
# github.com/davecgh/go-spew v1.1.1
|
|
## explicit
|
|
github.com/davecgh/go-spew/spew
|
|
# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
|
## explicit
|
|
github.com/docker/go-events
|
|
# github.com/docker/go-metrics v0.0.1
|
|
## explicit
|
|
github.com/docker/go-metrics
|
|
# github.com/docker/go-units v0.4.0
|
|
## explicit
|
|
github.com/docker/go-units
|
|
# github.com/emicklei/go-restful v2.9.5+incompatible
|
|
## explicit
|
|
github.com/emicklei/go-restful
|
|
github.com/emicklei/go-restful/log
|
|
# github.com/fsnotify/fsnotify v1.4.9
|
|
## explicit
|
|
github.com/fsnotify/fsnotify
|
|
# github.com/go-logr/logr v0.4.0
|
|
github.com/go-logr/logr
|
|
# github.com/godbus/dbus/v5 v5.0.4
|
|
github.com/godbus/dbus/v5
|
|
# github.com/gogo/googleapis v1.4.0 => github.com/gogo/googleapis v1.3.2
|
|
## explicit
|
|
github.com/gogo/googleapis/google/rpc
|
|
# github.com/gogo/protobuf v1.3.2
|
|
## explicit
|
|
github.com/gogo/protobuf/gogoproto
|
|
github.com/gogo/protobuf/plugin/compare
|
|
github.com/gogo/protobuf/plugin/defaultcheck
|
|
github.com/gogo/protobuf/plugin/description
|
|
github.com/gogo/protobuf/plugin/embedcheck
|
|
github.com/gogo/protobuf/plugin/enumstringer
|
|
github.com/gogo/protobuf/plugin/equal
|
|
github.com/gogo/protobuf/plugin/face
|
|
github.com/gogo/protobuf/plugin/gostring
|
|
github.com/gogo/protobuf/plugin/marshalto
|
|
github.com/gogo/protobuf/plugin/oneofcheck
|
|
github.com/gogo/protobuf/plugin/populate
|
|
github.com/gogo/protobuf/plugin/size
|
|
github.com/gogo/protobuf/plugin/stringer
|
|
github.com/gogo/protobuf/plugin/testgen
|
|
github.com/gogo/protobuf/plugin/union
|
|
github.com/gogo/protobuf/plugin/unmarshal
|
|
github.com/gogo/protobuf/proto
|
|
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
|
|
github.com/gogo/protobuf/protoc-gen-gogo/generator
|
|
github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap
|
|
github.com/gogo/protobuf/protoc-gen-gogo/grpc
|
|
github.com/gogo/protobuf/protoc-gen-gogo/plugin
|
|
github.com/gogo/protobuf/sortkeys
|
|
github.com/gogo/protobuf/types
|
|
github.com/gogo/protobuf/vanity
|
|
github.com/gogo/protobuf/vanity/command
|
|
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/golang/groupcache/lru
|
|
# github.com/golang/protobuf v1.5.2
|
|
github.com/golang/protobuf/descriptor
|
|
github.com/golang/protobuf/jsonpb
|
|
github.com/golang/protobuf/proto
|
|
github.com/golang/protobuf/protoc-gen-go/descriptor
|
|
github.com/golang/protobuf/ptypes
|
|
github.com/golang/protobuf/ptypes/any
|
|
github.com/golang/protobuf/ptypes/duration
|
|
github.com/golang/protobuf/ptypes/timestamp
|
|
github.com/golang/protobuf/ptypes/wrappers
|
|
# github.com/google/go-cmp v0.5.6
|
|
## explicit
|
|
github.com/google/go-cmp/cmp
|
|
github.com/google/go-cmp/cmp/cmpopts
|
|
github.com/google/go-cmp/cmp/internal/diff
|
|
github.com/google/go-cmp/cmp/internal/flags
|
|
github.com/google/go-cmp/cmp/internal/function
|
|
github.com/google/go-cmp/cmp/internal/value
|
|
# github.com/google/gofuzz v1.1.0
|
|
github.com/google/gofuzz
|
|
# github.com/google/uuid v1.2.0
|
|
## explicit
|
|
github.com/google/uuid
|
|
# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
## explicit
|
|
github.com/grpc-ecosystem/go-grpc-middleware
|
|
# github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
## explicit
|
|
github.com/grpc-ecosystem/go-grpc-prometheus
|
|
# github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/grpc-ecosystem/grpc-gateway/internal
|
|
github.com/grpc-ecosystem/grpc-gateway/runtime
|
|
github.com/grpc-ecosystem/grpc-gateway/utilities
|
|
# github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/errwrap
|
|
# github.com/hashicorp/go-multierror v1.0.0
|
|
## explicit
|
|
github.com/hashicorp/go-multierror
|
|
# github.com/imdario/mergo v0.3.12
|
|
## explicit
|
|
github.com/imdario/mergo
|
|
# github.com/json-iterator/go v1.1.11
|
|
github.com/json-iterator/go
|
|
# github.com/klauspost/compress v1.11.13
|
|
## explicit
|
|
github.com/klauspost/compress/fse
|
|
github.com/klauspost/compress/huff0
|
|
github.com/klauspost/compress/snappy
|
|
github.com/klauspost/compress/zstd
|
|
github.com/klauspost/compress/zstd/internal/xxhash
|
|
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
|
|
github.com/matttproud/golang_protobuf_extensions/pbutil
|
|
# github.com/miekg/pkcs11 v1.0.3
|
|
github.com/miekg/pkcs11
|
|
# github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
|
|
github.com/mistifyio/go-zfs
|
|
# github.com/moby/locker v1.0.1
|
|
## explicit
|
|
github.com/moby/locker
|
|
# github.com/moby/spdystream v0.2.0
|
|
github.com/moby/spdystream
|
|
github.com/moby/spdystream/spdy
|
|
# github.com/moby/sys/mountinfo v0.4.1
|
|
## explicit
|
|
github.com/moby/sys/mountinfo
|
|
# github.com/moby/sys/signal v0.5.1-0.20210723232958-8a51b5cc8879
|
|
## explicit
|
|
github.com/moby/sys/signal
|
|
# github.com/moby/sys/symlink v0.1.0
|
|
## explicit
|
|
github.com/moby/sys/symlink
|
|
# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
|
|
github.com/modern-go/concurrent
|
|
# github.com/modern-go/reflect2 v1.0.1
|
|
github.com/modern-go/reflect2
|
|
# github.com/opencontainers/go-digest v1.0.0
|
|
## explicit
|
|
github.com/opencontainers/go-digest
|
|
github.com/opencontainers/go-digest/digestset
|
|
# github.com/opencontainers/image-spec v1.0.1
|
|
## explicit
|
|
github.com/opencontainers/image-spec/identity
|
|
github.com/opencontainers/image-spec/specs-go
|
|
github.com/opencontainers/image-spec/specs-go/v1
|
|
# github.com/opencontainers/runc v1.0.2
|
|
## explicit
|
|
github.com/opencontainers/runc/libcontainer/user
|
|
# github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
## explicit
|
|
github.com/opencontainers/runtime-spec/specs-go
|
|
# github.com/opencontainers/selinux v1.8.2
|
|
## explicit
|
|
github.com/opencontainers/selinux/go-selinux
|
|
github.com/opencontainers/selinux/go-selinux/label
|
|
github.com/opencontainers/selinux/pkg/pwalk
|
|
# github.com/pelletier/go-toml v1.9.3
|
|
## explicit
|
|
github.com/pelletier/go-toml
|
|
# github.com/pkg/errors v0.9.1
|
|
## explicit
|
|
github.com/pkg/errors
|
|
# github.com/pmezard/go-difflib v1.0.0
|
|
github.com/pmezard/go-difflib/difflib
|
|
# github.com/prometheus/client_golang v1.11.0
|
|
## explicit
|
|
github.com/prometheus/client_golang/prometheus
|
|
github.com/prometheus/client_golang/prometheus/internal
|
|
github.com/prometheus/client_golang/prometheus/promhttp
|
|
# github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/client_model/go
|
|
# github.com/prometheus/common v0.26.0
|
|
github.com/prometheus/common/expfmt
|
|
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
|
|
github.com/prometheus/common/model
|
|
# github.com/prometheus/procfs v0.6.0
|
|
github.com/prometheus/procfs
|
|
github.com/prometheus/procfs/internal/fs
|
|
github.com/prometheus/procfs/internal/util
|
|
# github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/russross/blackfriday/v2
|
|
# github.com/satori/go.uuid v1.2.0
|
|
## explicit
|
|
# github.com/shurcooL/sanitized_anchor_name v1.0.0
|
|
github.com/shurcooL/sanitized_anchor_name
|
|
# github.com/sirupsen/logrus v1.8.1
|
|
## explicit
|
|
github.com/sirupsen/logrus
|
|
# github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/pflag
|
|
# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
|
|
github.com/stefanberger/go-pkcs11uri
|
|
# github.com/stretchr/testify v1.7.0
|
|
## explicit
|
|
github.com/stretchr/testify/assert
|
|
github.com/stretchr/testify/require
|
|
# github.com/tchap/go-patricia v2.2.6+incompatible
|
|
## explicit
|
|
github.com/tchap/go-patricia/patricia
|
|
# github.com/urfave/cli v1.22.2 => github.com/urfave/cli v1.22.1
|
|
## explicit
|
|
github.com/urfave/cli
|
|
# go.etcd.io/bbolt v1.3.6
|
|
## explicit
|
|
go.etcd.io/bbolt
|
|
# go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
|
|
go.mozilla.org/pkcs7
|
|
# go.opencensus.io v0.22.3
|
|
go.opencensus.io
|
|
go.opencensus.io/internal
|
|
go.opencensus.io/trace
|
|
go.opencensus.io/trace/internal
|
|
go.opencensus.io/trace/tracestate
|
|
# go.opentelemetry.io/contrib v0.21.0
|
|
go.opentelemetry.io/contrib
|
|
# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.21.0
|
|
## explicit
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
|
|
# go.opentelemetry.io/otel v1.0.0-RC1
|
|
## explicit
|
|
go.opentelemetry.io/otel
|
|
go.opentelemetry.io/otel/attribute
|
|
go.opentelemetry.io/otel/baggage
|
|
go.opentelemetry.io/otel/codes
|
|
go.opentelemetry.io/otel/internal
|
|
go.opentelemetry.io/otel/internal/baggage
|
|
go.opentelemetry.io/otel/internal/global
|
|
go.opentelemetry.io/otel/propagation
|
|
go.opentelemetry.io/otel/semconv/v1.4.0
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.0-RC1
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/connection
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.0-RC1
|
|
## explicit
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
|
|
# go.opentelemetry.io/otel/sdk v1.0.0-RC1
|
|
## explicit
|
|
go.opentelemetry.io/otel/sdk/instrumentation
|
|
go.opentelemetry.io/otel/sdk/internal
|
|
go.opentelemetry.io/otel/sdk/resource
|
|
go.opentelemetry.io/otel/sdk/trace
|
|
# go.opentelemetry.io/otel/trace v1.0.0-RC1
|
|
## explicit
|
|
go.opentelemetry.io/otel/trace
|
|
# go.opentelemetry.io/proto/otlp v0.9.0
|
|
go.opentelemetry.io/proto/otlp/collector/trace/v1
|
|
go.opentelemetry.io/proto/otlp/common/v1
|
|
go.opentelemetry.io/proto/otlp/resource/v1
|
|
go.opentelemetry.io/proto/otlp/trace/v1
|
|
# golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/crypto/cast5
|
|
golang.org/x/crypto/ed25519
|
|
golang.org/x/crypto/ed25519/internal/edwards25519
|
|
golang.org/x/crypto/openpgp
|
|
golang.org/x/crypto/openpgp/armor
|
|
golang.org/x/crypto/openpgp/elgamal
|
|
golang.org/x/crypto/openpgp/errors
|
|
golang.org/x/crypto/openpgp/packet
|
|
golang.org/x/crypto/openpgp/s2k
|
|
golang.org/x/crypto/pbkdf2
|
|
# golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
|
|
## explicit
|
|
golang.org/x/net/context
|
|
golang.org/x/net/context/ctxhttp
|
|
golang.org/x/net/http/httpguts
|
|
golang.org/x/net/http2
|
|
golang.org/x/net/http2/hpack
|
|
golang.org/x/net/idna
|
|
golang.org/x/net/internal/timeseries
|
|
golang.org/x/net/trace
|
|
golang.org/x/net/websocket
|
|
# golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/oauth2
|
|
golang.org/x/oauth2/internal
|
|
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
## explicit
|
|
golang.org/x/sync/errgroup
|
|
golang.org/x/sync/semaphore
|
|
# golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
## explicit
|
|
golang.org/x/sys/execabs
|
|
golang.org/x/sys/internal/unsafeheader
|
|
golang.org/x/sys/plan9
|
|
golang.org/x/sys/unix
|
|
golang.org/x/sys/windows
|
|
golang.org/x/sys/windows/registry
|
|
golang.org/x/sys/windows/svc
|
|
golang.org/x/sys/windows/svc/debug
|
|
golang.org/x/sys/windows/svc/mgr
|
|
# golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
|
golang.org/x/term
|
|
# golang.org/x/text v0.3.6
|
|
golang.org/x/text/secure/bidirule
|
|
golang.org/x/text/transform
|
|
golang.org/x/text/unicode/bidi
|
|
golang.org/x/text/unicode/norm
|
|
# golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
golang.org/x/time/rate
|
|
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
golang.org/x/xerrors
|
|
golang.org/x/xerrors/internal
|
|
# google.golang.org/appengine v1.6.5
|
|
google.golang.org/appengine/internal
|
|
google.golang.org/appengine/internal/base
|
|
google.golang.org/appengine/internal/datastore
|
|
google.golang.org/appengine/internal/log
|
|
google.golang.org/appengine/internal/remote_api
|
|
google.golang.org/appengine/internal/urlfetch
|
|
google.golang.org/appengine/urlfetch
|
|
# google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
google.golang.org/genproto/googleapis/api/httpbody
|
|
google.golang.org/genproto/googleapis/rpc/errdetails
|
|
google.golang.org/genproto/googleapis/rpc/status
|
|
google.golang.org/genproto/protobuf/field_mask
|
|
# google.golang.org/grpc v1.38.0
|
|
## explicit
|
|
google.golang.org/grpc
|
|
google.golang.org/grpc/attributes
|
|
google.golang.org/grpc/backoff
|
|
google.golang.org/grpc/balancer
|
|
google.golang.org/grpc/balancer/base
|
|
google.golang.org/grpc/balancer/grpclb/state
|
|
google.golang.org/grpc/balancer/roundrobin
|
|
google.golang.org/grpc/binarylog/grpc_binarylog_v1
|
|
google.golang.org/grpc/codes
|
|
google.golang.org/grpc/connectivity
|
|
google.golang.org/grpc/credentials
|
|
google.golang.org/grpc/encoding
|
|
google.golang.org/grpc/encoding/gzip
|
|
google.golang.org/grpc/encoding/proto
|
|
google.golang.org/grpc/grpclog
|
|
google.golang.org/grpc/health
|
|
google.golang.org/grpc/health/grpc_health_v1
|
|
google.golang.org/grpc/internal
|
|
google.golang.org/grpc/internal/backoff
|
|
google.golang.org/grpc/internal/balancerload
|
|
google.golang.org/grpc/internal/binarylog
|
|
google.golang.org/grpc/internal/buffer
|
|
google.golang.org/grpc/internal/channelz
|
|
google.golang.org/grpc/internal/credentials
|
|
google.golang.org/grpc/internal/envconfig
|
|
google.golang.org/grpc/internal/grpclog
|
|
google.golang.org/grpc/internal/grpcrand
|
|
google.golang.org/grpc/internal/grpcsync
|
|
google.golang.org/grpc/internal/grpcutil
|
|
google.golang.org/grpc/internal/metadata
|
|
google.golang.org/grpc/internal/resolver
|
|
google.golang.org/grpc/internal/resolver/dns
|
|
google.golang.org/grpc/internal/resolver/passthrough
|
|
google.golang.org/grpc/internal/resolver/unix
|
|
google.golang.org/grpc/internal/serviceconfig
|
|
google.golang.org/grpc/internal/status
|
|
google.golang.org/grpc/internal/syscall
|
|
google.golang.org/grpc/internal/transport
|
|
google.golang.org/grpc/internal/transport/networktype
|
|
google.golang.org/grpc/keepalive
|
|
google.golang.org/grpc/metadata
|
|
google.golang.org/grpc/peer
|
|
google.golang.org/grpc/resolver
|
|
google.golang.org/grpc/serviceconfig
|
|
google.golang.org/grpc/stats
|
|
google.golang.org/grpc/status
|
|
google.golang.org/grpc/tap
|
|
# google.golang.org/protobuf v1.26.0
|
|
## explicit
|
|
google.golang.org/protobuf/encoding/protojson
|
|
google.golang.org/protobuf/encoding/prototext
|
|
google.golang.org/protobuf/encoding/protowire
|
|
google.golang.org/protobuf/internal/descfmt
|
|
google.golang.org/protobuf/internal/descopts
|
|
google.golang.org/protobuf/internal/detrand
|
|
google.golang.org/protobuf/internal/encoding/defval
|
|
google.golang.org/protobuf/internal/encoding/json
|
|
google.golang.org/protobuf/internal/encoding/messageset
|
|
google.golang.org/protobuf/internal/encoding/tag
|
|
google.golang.org/protobuf/internal/encoding/text
|
|
google.golang.org/protobuf/internal/errors
|
|
google.golang.org/protobuf/internal/filedesc
|
|
google.golang.org/protobuf/internal/filetype
|
|
google.golang.org/protobuf/internal/flags
|
|
google.golang.org/protobuf/internal/genid
|
|
google.golang.org/protobuf/internal/impl
|
|
google.golang.org/protobuf/internal/order
|
|
google.golang.org/protobuf/internal/pragma
|
|
google.golang.org/protobuf/internal/set
|
|
google.golang.org/protobuf/internal/strs
|
|
google.golang.org/protobuf/internal/version
|
|
google.golang.org/protobuf/proto
|
|
google.golang.org/protobuf/reflect/protodesc
|
|
google.golang.org/protobuf/reflect/protoreflect
|
|
google.golang.org/protobuf/reflect/protoregistry
|
|
google.golang.org/protobuf/runtime/protoiface
|
|
google.golang.org/protobuf/runtime/protoimpl
|
|
google.golang.org/protobuf/types/descriptorpb
|
|
google.golang.org/protobuf/types/known/anypb
|
|
google.golang.org/protobuf/types/known/durationpb
|
|
google.golang.org/protobuf/types/known/timestamppb
|
|
google.golang.org/protobuf/types/known/wrapperspb
|
|
# gopkg.in/inf.v0 v0.9.1
|
|
gopkg.in/inf.v0
|
|
# gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/square/go-jose.v2
|
|
gopkg.in/square/go-jose.v2/cipher
|
|
gopkg.in/square/go-jose.v2/json
|
|
# gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v2
|
|
# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
gopkg.in/yaml.v3
|
|
# gotest.tools/v3 v3.0.3
|
|
## explicit
|
|
gotest.tools/v3/assert
|
|
gotest.tools/v3/assert/cmp
|
|
gotest.tools/v3/internal/assert
|
|
gotest.tools/v3/internal/difflib
|
|
gotest.tools/v3/internal/format
|
|
gotest.tools/v3/internal/source
|
|
# k8s.io/api v0.22.0
|
|
## explicit
|
|
k8s.io/api/authentication/v1
|
|
k8s.io/api/core/v1
|
|
# k8s.io/apimachinery v0.22.0
|
|
## explicit
|
|
k8s.io/apimachinery/pkg/api/errors
|
|
k8s.io/apimachinery/pkg/api/meta
|
|
k8s.io/apimachinery/pkg/api/resource
|
|
k8s.io/apimachinery/pkg/api/validation/path
|
|
k8s.io/apimachinery/pkg/apis/meta/internalversion
|
|
k8s.io/apimachinery/pkg/apis/meta/internalversion/scheme
|
|
k8s.io/apimachinery/pkg/apis/meta/v1
|
|
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
|
|
k8s.io/apimachinery/pkg/apis/meta/v1/validation
|
|
k8s.io/apimachinery/pkg/apis/meta/v1beta1
|
|
k8s.io/apimachinery/pkg/conversion
|
|
k8s.io/apimachinery/pkg/conversion/queryparams
|
|
k8s.io/apimachinery/pkg/fields
|
|
k8s.io/apimachinery/pkg/labels
|
|
k8s.io/apimachinery/pkg/runtime
|
|
k8s.io/apimachinery/pkg/runtime/schema
|
|
k8s.io/apimachinery/pkg/runtime/serializer
|
|
k8s.io/apimachinery/pkg/runtime/serializer/json
|
|
k8s.io/apimachinery/pkg/runtime/serializer/protobuf
|
|
k8s.io/apimachinery/pkg/runtime/serializer/recognizer
|
|
k8s.io/apimachinery/pkg/runtime/serializer/streaming
|
|
k8s.io/apimachinery/pkg/runtime/serializer/versioning
|
|
k8s.io/apimachinery/pkg/selection
|
|
k8s.io/apimachinery/pkg/types
|
|
k8s.io/apimachinery/pkg/util/clock
|
|
k8s.io/apimachinery/pkg/util/errors
|
|
k8s.io/apimachinery/pkg/util/framer
|
|
k8s.io/apimachinery/pkg/util/httpstream
|
|
k8s.io/apimachinery/pkg/util/httpstream/spdy
|
|
k8s.io/apimachinery/pkg/util/intstr
|
|
k8s.io/apimachinery/pkg/util/json
|
|
k8s.io/apimachinery/pkg/util/naming
|
|
k8s.io/apimachinery/pkg/util/net
|
|
k8s.io/apimachinery/pkg/util/remotecommand
|
|
k8s.io/apimachinery/pkg/util/runtime
|
|
k8s.io/apimachinery/pkg/util/sets
|
|
k8s.io/apimachinery/pkg/util/validation
|
|
k8s.io/apimachinery/pkg/util/validation/field
|
|
k8s.io/apimachinery/pkg/util/wait
|
|
k8s.io/apimachinery/pkg/util/yaml
|
|
k8s.io/apimachinery/pkg/version
|
|
k8s.io/apimachinery/pkg/watch
|
|
k8s.io/apimachinery/third_party/forked/golang/netutil
|
|
k8s.io/apimachinery/third_party/forked/golang/reflect
|
|
# k8s.io/apiserver v0.22.0
|
|
## explicit
|
|
k8s.io/apiserver/pkg/apis/audit
|
|
k8s.io/apiserver/pkg/apis/audit/v1
|
|
k8s.io/apiserver/pkg/apis/audit/v1alpha1
|
|
k8s.io/apiserver/pkg/apis/audit/v1beta1
|
|
k8s.io/apiserver/pkg/audit
|
|
k8s.io/apiserver/pkg/authentication/user
|
|
k8s.io/apiserver/pkg/authorization/authorizer
|
|
k8s.io/apiserver/pkg/endpoints/metrics
|
|
k8s.io/apiserver/pkg/endpoints/request
|
|
k8s.io/apiserver/pkg/features
|
|
k8s.io/apiserver/pkg/server/httplog
|
|
k8s.io/apiserver/pkg/util/feature
|
|
k8s.io/apiserver/pkg/util/wsstream
|
|
# k8s.io/client-go v0.22.0
|
|
## explicit
|
|
k8s.io/client-go/pkg/apis/clientauthentication
|
|
k8s.io/client-go/pkg/apis/clientauthentication/install
|
|
k8s.io/client-go/pkg/apis/clientauthentication/v1
|
|
k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1
|
|
k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
|
|
k8s.io/client-go/pkg/version
|
|
k8s.io/client-go/plugin/pkg/client/auth/exec
|
|
k8s.io/client-go/rest
|
|
k8s.io/client-go/rest/watch
|
|
k8s.io/client-go/tools/clientcmd/api
|
|
k8s.io/client-go/tools/metrics
|
|
k8s.io/client-go/tools/remotecommand
|
|
k8s.io/client-go/transport
|
|
k8s.io/client-go/transport/spdy
|
|
k8s.io/client-go/util/cert
|
|
k8s.io/client-go/util/connrotation
|
|
k8s.io/client-go/util/exec
|
|
k8s.io/client-go/util/flowcontrol
|
|
k8s.io/client-go/util/keyutil
|
|
k8s.io/client-go/util/workqueue
|
|
# k8s.io/component-base v0.22.0
|
|
## explicit
|
|
k8s.io/component-base/featuregate
|
|
k8s.io/component-base/logs/logreduction
|
|
k8s.io/component-base/metrics
|
|
k8s.io/component-base/metrics/legacyregistry
|
|
k8s.io/component-base/version
|
|
# k8s.io/cri-api v0.22.0
|
|
## explicit
|
|
k8s.io/cri-api/pkg/apis/runtime/v1
|
|
k8s.io/cri-api/pkg/apis/runtime/v1alpha2
|
|
# k8s.io/klog/v2 v2.9.0
|
|
## explicit
|
|
k8s.io/klog/v2
|
|
# k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9
|
|
## explicit
|
|
k8s.io/utils/exec
|
|
k8s.io/utils/integer
|
|
# sigs.k8s.io/structured-merge-diff/v4 v4.1.2
|
|
sigs.k8s.io/structured-merge-diff/v4/value
|
|
# sigs.k8s.io/yaml v1.2.0
|
|
sigs.k8s.io/yaml
|
|
# github.com/containerd/containerd => ./.empty-mod/
|
|
# github.com/containerd/containerd/api => ./api
|
|
# github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
|
|
# github.com/urfave/cli => github.com/urfave/cli v1.22.1
|
|
# google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|