Skip to content

Best Practices for Upgrading to Version 21 #157

Answered by dadams39
dadams39 asked this question in Q&A
Discussion options

You must be logged in to vote

This is the state of my go.mod file:

module github.com/some/repo

go 1.18

require (
        github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.1
        github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0
        github.com/microsoft/kiota-authentication-azure-go v0.2.1
        github.com/microsoft/kiota-serialization-json-go v0.3.1
        github.com/microsoftgraph/msgraph-sdk-go v0.21.0
        github.com/microsoftgraph/msgraph-sdk-go-core v0.24.0
)

require (
        github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.2 // indirect
        github.com/AzureAD/microsoft-authentication-library-for-go v0.5.0 // indirect
        github.com/cjlapao/common-go v0.0.19 // indirect
       …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@baywet
Comment options

@dadams39
Comment options

Answer selected by dadams39
Comment options

You must be logged in to vote
4 replies
@dadams39
Comment options

@baywet
Comment options

@dadams39
Comment options

@baywet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants