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
KEB is not using conventional Go Modules versioning. This behaviour leads to confusion when importing KEB as a module.
Actual result
$ go get -v github.com/kyma-project/[email protected]
go: downloading github.com/kyma-project/kyma-environment-broker v0.0.0-20231227095843-e35b81fff501
go: accepting indirect upgrade from github.com/99designs/[email protected] to v0.17.28
...
Description
KEB is not using conventional Go Modules versioning. This behaviour leads to confusion when importing KEB as a module.
Actual result
The text was updated successfully, but these errors were encountered: