podman/libpod/lock
Valentin Rothberg 8489dc4345 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:50:12 +02:00
..
file make lint: include unit tests 2020-01-14 10:51:59 +01:00
shm shm_lock_test: add nil check 2020-05-11 13:20:32 +02:00
file_lock_manager.go move go module to v2 2020-07-06 15:50:12 +02:00
in_memory_locks.go When refreshing after a reboot, force lock allocation 2019-05-06 14:17:54 -04:00
lock.go When refreshing after a reboot, force lock allocation 2019-05-06 14:17:54 -04:00
shm_lock_manager_linux.go move go module to v2 2020-07-06 15:50:12 +02:00
shm_lock_manager_unsupported.go Add initial version of renumber backend 2019-02-21 10:51:42 -05:00