19 lines
882 B
Diff
19 lines
882 B
Diff
Description: Use packaged golang-github-cli-browser
|
|
This patch makes use of a fork of github.com/pkg/browser instead of embedding
|
|
github.com/pkg/browser
|
|
Author: Mohammed Bilal <mdbilal@disroot.org>
|
|
Forwarded: not-needed
|
|
Last-Update: 2023-01-12
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
--- a/workhorse-vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/public/public.go
|
|
+++ b/workhorse-vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/public/public.go
|
|
@@ -37,7 +37,7 @@
|
|
"github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority"
|
|
"github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared"
|
|
"github.com/google/uuid"
|
|
- "github.com/pkg/browser"
|
|
+ "github.com/cli/browser"
|
|
)
|
|
|
|
// AuthResult contains the results of one token acquisition operation.
|