Remove dependency to util/runtime from APIS package#697
Remove dependency to util/runtime from APIS package#697jkowalski merged 1 commit intoagones-dev:masterfrom
Conversation
|
Build Failed 😱 Build Id: 0408080c-a573-4395-b099-5969052be82e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Succeeded 👏 Build Id: f10b8cb9-8a6d-4911-850f-724b4bd76ff9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
2 similar comments
|
Build Succeeded 👏 Build Id: f10b8cb9-8a6d-4911-850f-724b4bd76ff9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
|
Build Succeeded 👏 Build Id: f10b8cb9-8a6d-4911-850f-724b4bd76ff9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
pkg/apis has an unnecessary dependency to pkg/util/runtime.
Removed the dependency to avoid needing to pull runtime imports just to reference apis package externally.