gopher-net / docker-ovs-plugin

An Open vSwitch Plugin for Docker's Libnetwork
Apache License 2.0
76 stars 31 forks source link

On go build, 'cannot find package "github.com/docker/docker/pkg/sockets"' #50

Open shengslin opened 4 years ago

shengslin commented 4 years ago

When I try and build docker-ovs-plugin I get the message: cannot find package "github.com/docker/docker/pkg/sockets".

moby/moby@8e03480 has removed github.com/docker/docker/pkg/sockets, use "github.com/docker/go-connections/sockets".

The plugin should update the new dependencies.