aboutsummaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2020-08-27 16:26:03 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2020-08-27 16:38:44 -0400
commit023c4fadf5fbcd4519ad7701c74bc3604c8cf9f2 (patch)
tree8aa3f1c9854dbae44cd587ac66495c30cd2a5a41 /vendor
parent9c8e0a0f2568d42aec47dd36103713f47ba4c0f2 (diff)
downloadpodman-023c4fadf5fbcd4519ad7701c74bc3604c8cf9f2.tar.gz
podman-023c4fadf5fbcd4519ad7701c74bc3604c8cf9f2.tar.bz2
podman-023c4fadf5fbcd4519ad7701c74bc3604c8cf9f2.zip
Bump c/common to v0.14.10 and c/conmon to v2.0.20
As the title says. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/containers/common/pkg/config/config_windows.go2
-rw-r--r--vendor/github.com/containers/common/version/version.go2
-rw-r--r--vendor/modules.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/vendor/github.com/containers/common/pkg/config/config_windows.go b/vendor/github.com/containers/common/pkg/config/config_windows.go
index 7dbd665bb..1c9806e6b 100644
--- a/vendor/github.com/containers/common/pkg/config/config_windows.go
+++ b/vendor/github.com/containers/common/pkg/config/config_windows.go
@@ -6,5 +6,5 @@ func customConfigFile() (string, error) {
if path, found := os.LookupEnv("CONTAINERS_CONF"); found {
return path, nil
}
- return os.Getenv("LOCALAPPDATA"), nil
+ return os.Getenv("APPDATA") + "\\containers\\containers.conf", nil
}
diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go
index 39ff43d9a..8afce9816 100644
--- a/vendor/github.com/containers/common/version/version.go
+++ b/vendor/github.com/containers/common/version/version.go
@@ -1,4 +1,4 @@
package version
// Version is the version of the build.
-const Version = "0.14.9"
+const Version = "0.14.10"
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 94b7810df..68a99c238 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -84,7 +84,7 @@ github.com/containers/buildah/pkg/secrets
github.com/containers/buildah/pkg/supplemented
github.com/containers/buildah/pkg/umask
github.com/containers/buildah/util
-# github.com/containers/common v0.14.9
+# github.com/containers/common v0.14.10
github.com/containers/common/pkg/apparmor
github.com/containers/common/pkg/auth
github.com/containers/common/pkg/capabilities
@@ -92,7 +92,7 @@ github.com/containers/common/pkg/cgroupv2
github.com/containers/common/pkg/config
github.com/containers/common/pkg/sysinfo
github.com/containers/common/version
-# github.com/containers/conmon v2.0.18+incompatible
+# github.com/containers/conmon v2.0.20+incompatible
github.com/containers/conmon/runner/config
# github.com/containers/image/v5 v5.5.2
github.com/containers/image/v5/copy