diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-26 13:26:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 13:26:07 +0100 |
commit | e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7 (patch) | |
tree | 54fe3a08b58b9129f87e51cd1b8fcd938f582777 /vendor/modules.txt | |
parent | 73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37 (diff) | |
parent | 803defbe509af1902a1fdc2ed7f41b49ebd241f6 (diff) | |
download | podman-e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7.tar.gz podman-e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7.tar.bz2 podman-e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7.zip |
Merge pull request #12503 from n1hility/wsl-machine
Introduce Windows WSL implementation of podman machine
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index d1cd5f24a..68f9e5a99 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -106,7 +106,7 @@ github.com/containers/buildah/pkg/rusage github.com/containers/buildah/pkg/sshagent github.com/containers/buildah/pkg/util github.com/containers/buildah/util -# github.com/containers/common v0.46.1-0.20211205182721-515a2805e7b9 +# github.com/containers/common v0.46.1-0.20211209220542-24f363480347 ## explicit github.com/containers/common/libimage github.com/containers/common/libimage/manifests @@ -653,6 +653,7 @@ github.com/uber/jaeger-client-go/thrift-gen/jaeger github.com/uber/jaeger-client-go/thrift-gen/zipkincore github.com/uber/jaeger-client-go/utils # github.com/ulikunitz/xz v0.5.10 +## explicit github.com/ulikunitz/xz github.com/ulikunitz/xz/internal/hash github.com/ulikunitz/xz/internal/xlog @@ -747,6 +748,7 @@ golang.org/x/sys/windows/registry # golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b golang.org/x/term # golang.org/x/text v0.3.7 +## explicit golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex |