-
Notifications
You must be signed in to change notification settings - Fork 43
Go Module friendly #19
Comments
Is there anyone maintaining this repository? |
I am experiencing the same issue. Looks like #18 is already adressing this. |
FYI as a quick fix you can add the following to your go.mod:
|
There is no one maintaining this repo. It has been "WIP" for years and has not been touched. |
NOOOOOOOOO |
This issue might be related: moby/moby#41191 |
Is there a chance that this will be fixed? Why is no one maintaining the repo? It seems to be an official repo. |
Hate to say never, but no this is not likely to be fixed. |
The "official" sdk package is github.com/docker/docker/client (which is in github.com/moby/moby). If you are looking for something more module (and for that matter non-API breaking) friendly, github.com/cpuguy83/go-docker is something I started. It is incomplete but I will take PR's to add missing API calls. |
This "Official Go SDK for Docker" causes an error when using
go mod tidy
See PR #18 .
The text was updated successfully, but these errors were encountered: