-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
I'm trying to do some dev work on a Docker Volume Plugin and I'm running into a compile error:
$ go mod tidy
go: finding module for package github.com/sirupsen/logrus
go: finding module for package github.com/docker/go-plugins-helpers/volume
go: found github.com/docker/go-plugins-helpers/volume in github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
go: found github.com/sirupsen/logrus in github.com/sirupsen/logrus v1.8.1
go: finding module for package github.com/docker/go-connections/sockets
go: finding module for package github.com/Microsoft/go-winio
go: finding module for package github.com/coreos/go-systemd/activation
go: found github.com/Microsoft/go-winio in github.com/Microsoft/go-winio v0.5.2
go: found github.com/docker/go-connections/sockets in github.com/docker/go-connections v0.4.0
go: finding module for package golang.org/x/net/proxy
go: finding module for package github.com/coreos/go-systemd/activation
go: found golang.org/x/net/proxy in golang.org/x/net v0.0.0-20220225172249-27dd8689420f
go: finding module for package github.com/coreos/go-systemd/activation
git.mills.io/prologic/docker-volume-nfs imports
github.com/docker/go-plugins-helpers/volume imports
github.com/docker/go-plugins-helpers/sdk imports
github.com/coreos/go-systemd/activation: cannot find module providing package github.com/coreos/go-systemd/activation: module github.com/coreos/go-systemd/activation: reading https://goproxy.mills.io/github.com/coreos/go-systemd/activation/@v/list: 404 Not Found
I believe this is solved by #122 and/or #127
Can we get some folks that have access to Merge PR(s) to please merge said PRs? 😅 If someone has de power to grant me access to do so, I will gladly starting merging some outstanding PRs myself 😂
Many thanks! 🙇♂️
PS: Docker nor Docker Volume Plgins nor Docker Swarm are dead 🤣 (despite what you may have been told!)
nwhirschfeld and aol-nnov
Metadata
Metadata
Assignees
Labels
No labels