/root/GOPATH/pkg/mod/github.com/docker/libnetwork@v0.5.6/osl/namespace_linux.go:13:2: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"
在go.mod文件中,将github.com/docker/libnetwork v0.5.6 // indirect
换成github.com/docker/libnetwork v0.8.0-dev.2.0.20200917202933-d0951081b35f // indirect
即可。