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
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
in our
go.mod
we have from a dependency on AppInsights which has a dependency on clock:however, we are currently unable to build projects that depend on AppInsights because of the following error:
there's also a nice 404 on godoc as well
halp? relates to https://github.com/cloudfoundry/clock/issues/7
The text was updated successfully, but these errors were encountered: