spiegel_podman/pkg/bindings
Valentin Rothberg 2d74811520 move go module to v2
With the advent of Podman 2.0.0 we crossed the magical barrier of go
modules. While we were able to continue importing all packages inside
of the project, the project could not be vendored anymore from the
outside.

Move the go module to new major version and change all imports to
github.com/containers/libpod/v2. The renaming of the imports
was done via gomove [1].

[1] https://github.com/KSubedi/gomove

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-07-06 15:52:17 +02:00
..
containers move go module to v2 2020-07-06 15:52:17 +02:00
generate move go module to v2 2020-07-06 15:52:17 +02:00
images move go module to v2 2020-07-06 15:52:17 +02:00
manifests move go module to v2 2020-07-06 15:52:17 +02:00
network move go module to v2 2020-07-06 15:52:17 +02:00
play move go module to v2 2020-07-06 15:52:17 +02:00
pods move go module to v2 2020-07-06 15:52:17 +02:00
system move go module to v2 2020-07-06 15:52:17 +02:00
test move go module to v2 2020-07-06 15:52:17 +02:00
volumes move go module to v2 2020-07-06 15:52:17 +02:00
bindings.go V2 podman system connection 2020-06-24 14:41:09 -04:00
connection.go move go module to v2 2020-07-06 15:52:17 +02:00
errors.go move go module to v2 2020-07-06 15:52:17 +02:00