go.mod: github.com/containerd/go-cni v1.0.2

full diff: https://github.com/containerd/go-cni/compare/v1.0.1...v1.0.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-04-14 09:09:18 +02:00
parent 5c6ea7fdc1
commit 864a3322b3
21 changed files with 132 additions and 86 deletions

View File

@@ -28,6 +28,6 @@ func (c *criService) initPlatform() error {
}
// cniLoadOptions returns cni load options for the linux.
func (c *criService) cniLoadOptions() []cni.CNIOpt {
return []cni.CNIOpt{}
func (c *criService) cniLoadOptions() []cni.Opt {
return []cni.Opt{}
}