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

Remove use of satori uuid package #1306

Closed
wants to merge 1 commit into from
Closed

Conversation

Porges
Copy link
Member

@Porges Porges commented Oct 27, 2020

For #1291. Had to fix this with a go.mod rewrite as there are dependencies like the Go Azure SDK that depend on the satori package directly.

@@ -4,7 +4,6 @@ go 1.13

require (
github.com/Azure/azure-sdk-for-go v44.0.0+incompatible
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these other removals happened due to go mod tidy

Copy link
Member

@matthchr matthchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM provided tests pass

@Porges
Copy link
Member Author

Porges commented Oct 28, 2020

@matthchr what's the test coverage like? are we safe?

@matthchr
Copy link
Member

@Porges the test coverage isn't as good as it could/should be - but it's what we have.

I see this package is used by us in azuresqlmanageduser and keyvault. We definitely have tests for KeyVault and from what I can see at least TestKeyvaultControllerWithAccessPolicies should cover a path where this package is being used.

@Porges
Copy link
Member Author

Porges commented Oct 29, 2020

I might hold off on this for a bit while Azure SDK for Go updates their references. Then I shouldn’t need to do mod rewriting.

@Porges
Copy link
Member Author

Porges commented Nov 22, 2020

Tracking this PR in autorest: Azure/autorest.go#520

@Porges Porges closed this in #1484 May 18, 2021
@Porges Porges deleted the replace-uuid-package branch May 18, 2021 21:51
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

Successfully merging this pull request may close these issues.

2 participants