You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!)
The text was updated successfully, but these errors were encountered:
prologic
changed the title
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
github.com/coreos/go-systemd/activation/@v/list: 404 Not Found
Mar 21, 2022
I'm trying to do some dev work on a Docker Volume Plugin and I'm running into a compile error:
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!)
The text was updated successfully, but these errors were encountered: