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

Missing GH_TUPLEs #17

Open
jan666 opened this issue Apr 28, 2022 · 0 comments
Open

Missing GH_TUPLEs #17

jan666 opened this issue Apr 28, 2022 · 0 comments

Comments

@jan666
Copy link

jan666 commented Apr 28, 2022

Hello,

I dont really know if this is a bug or if I did something wrong.

I tried creating the GH_TUPLES for the www/grafana8 port.

go mod vendor created

[...]
# github.com/Azure/azure-sdk-for-go v59.3.0+incompatible
## explicit
github.com/Azure/azure-sdk-for-go/services/keyvault/v7.1/keyvault
github.com/Azure/azure-sdk-for-go/version
# github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0
## explicit; go 1.16
github.com/Azure/azure-sdk-for-go/sdk/azcore
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pipeline
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
github.com/Azure/azure-sdk-for-go/sdk/azcore/to
# github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.2
## explicit; go 1.16
github.com/Azure/azure-sdk-for-go/sdk/azidentity
# github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1
## explicit; go 1.16
github.com/Azure/azure-sdk-for-go/sdk/internal/diag
github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
github.com/Azure/azure-sdk-for-go/sdk/internal/log
github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
# github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.4.0
## explicit; go 1.16
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys/internal/generated
# github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.2.1
## explicit; go 1.16
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal
# github.com/Azure/go-autorest v14.2.0+incompatible
## explicit
github.com/Azure/go-autorest
# github.com/Azure/go-autorest/autorest v0.11.22
## explicit; go 1.15
github.com/Azure/go-autorest/autorest
github.com/Azure/go-autorest/autorest/azure
[...]

modules2tuple vendor/modules.txt generated

GH_TUPLE=       \
                Azure:azure-sdk-for-go:0ef2db9a8f64:azure_azure_sdk_for_go_internal \
                Azure:azure-sdk-for-go:5d5f0c8aade2:azure_azure_sdk_for_go_azcore \
                Azure:azure-sdk-for-go:68dd4ec8c2c8:azure_azure_sdk_for_go_internal_1 \
                Azure:azure-sdk-for-go:d987a809a06a:azure_azure_sdk_for_go_azidentity \
                Azure:azure-sdk-for-go:v59.3.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \
[...]

        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore
        @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azcore}/sdk/azcore ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity
        @${RLN} ${WRKSRC_azure_azure_sdk_for_go_azidentity}/sdk/azidentity ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal
        @${RLN} ${WRKSRC_azure_azure_sdk_for_go_internal}/sdk/internal ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal
        @${RLN} ${WRKSRC_azure_azure_sdk_for_go_internal_1}/sdk/keyvault/internal ${WRKSRC}/vendor/github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest
        @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal
        @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date
        @${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation
        @${RLN} ${WRKSRC_azure_go_autorest_validation}/autorest/validation ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/validation
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger
        @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger
        @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing
        @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing

I found out that the github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.4.0 dependecy is missing in the GH_TUPLE. Is this a bug?

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

1 participant