mirror of
https://github.com/containers/podman.git
synced 2025-09-24 07:15:12 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 0.8.7 to 0.9.0. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v0.8.7...v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/vishvananda/netlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
)
|