Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clock dependency is gone #32

Closed
iamnande opened this issue May 29, 2019 · 2 comments
Closed

Clock dependency is gone #32

iamnande opened this issue May 29, 2019 · 2 comments

Comments

@iamnande
Copy link

in our go.mod we have from a dependency on AppInsights which has a dependency on clock:

code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c // indirect

however, we are currently unable to build projects that depend on AppInsights because of the following error:

$ <any go command that does building>
go: code.cloudfoundry.org/clock@v0.0.0-20180518195852-02e53af36e6c: unrecognized import path "code.cloudfoundry.org/clock" (parse https://code.cloudfoundry.org/clock?go-get=1: no go-import meta tags ())
go: error loading module requirements

there's also a nice 404 on godoc as well

halp? relates to https://github.com/cloudfoundry/clock/issues/7

@EmandM
Copy link

EmandM commented May 29, 2019

Looks like the issue has resolved itself. The godoc is linking correctly to the package again, and go is now resolving the dependency as expected.

@iamnande
Copy link
Author

@EmandM indeed. closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants