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
Apparently the inet.af domain is no longer valid. Seems referencing the module path is now the correct way of bringing in dependencies. Hence, we're seeing the following issue trying to build with an Athenz dependency:
go: github.com/AthenZ/[email protected] requires
inet.af/[email protected]: unrecognized import path "inet.af/peercred": https fetch: Get "https://inet.af/peercred?go-get=1": dial tcp: lookup inet.af on 127.0.0.53:53: no such host
Thanks @gregfurman . We'll make the move to github.com module. Since you referenced 1.10.x, are you using that release in some form as opposed to 1.11.x or 1.12.x releases?
Hi there 👋
Apparently the
inet.af
domain is no longer valid. Seems referencing the module path is now the correct way of bringing in dependencies. Hence, we're seeing the following issue trying to build with an Athenz dependency:See:
The text was updated successfully, but these errors were encountered: