diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-23 10:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 10:50:08 +0100 |
commit | c8d42d93933188b256f57f44660e6041b0d872cd (patch) | |
tree | 5b88151aaa3ff939cd8ac7091b26051318fc4fe5 /vendor/modules.txt | |
parent | 1415b0732d07f62a6146c16167d38411242436b3 (diff) | |
parent | 3ac5999f8590991bd24810d8cbe829de92442638 (diff) | |
download | podman-c8d42d93933188b256f57f44660e6041b0d872cd.tar.gz podman-c8d42d93933188b256f57f44660e6041b0d872cd.tar.bz2 podman-c8d42d93933188b256f57f44660e6041b0d872cd.zip |
Merge pull request #12597 from n1hility/msi-winpath
[Fixes #11089] Switch to a new installer approach using a path manipulation helper
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index c51257613..c0b35d891 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -743,6 +743,7 @@ 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/term v0.0.0-20210615171337-6886f2dfbf5b golang.org/x/term # golang.org/x/text v0.3.7 |