podman/libpod/events
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
..
config.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00
events.go Poll on events for file reading 2020-06-19 09:00:03 -05:00
events_linux.go Expose Null eventer and allow its use in the Podman CLI 2019-07-31 17:28:42 -04:00
events_unsupported.go journald event logging 2019-04-24 16:00:04 -05:00
filters.go move go module to v2 2020-07-06 15:50:12 +02:00
journal_linux.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00
journal_unsupported.go set default event logger based on build tags 2019-05-14 16:17:11 -05:00
logfile.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00
nullout.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00