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
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I've got the following library: https://github.com/karalabe/deepstream. If I run trash --update && trash, for some reason the github.com/docker/go-connections/nat package is not detected as a dependency, which will result in a build failure:
$ go test -v
# github.com/karalabe/deepstream
package github.com/karalabe/deepstream (test)
imports github.com/fsouza/go-dockerclient
imports github.com/docker/docker/api/types/swarm
imports github.com/docker/docker/api/types/container
imports github.com/docker/go-connections/nat: cannot find package "github.com/docker/go-connections/nat" in any of:
[...]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got the following library: https://github.com/karalabe/deepstream. If I run
trash --update && trash
, for some reason thegithub.com/docker/go-connections/nat
package is not detected as a dependency, which will result in a build failure:The text was updated successfully, but these errors were encountered: