Skip to content

Commit

Permalink
Revert to older version of pkg/browser (#11)
Browse files Browse the repository at this point in the history
pkg/browser#26 added support for opening URLs in text-based browsers,
such as lynx. Unfortunately this does not play well with the CLI's
`linkerd-buoyant install | kubectl apply -f -` pattern, as we intend for
only a k8s manifest to be piped to kubectl.

Revert to an older version of `pkg/browser` that only supports
`xdg-open`.

Fixes #3

Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy authored Mar 5, 2021
1 parent 059a3c0 commit 48b7a78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 105 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/fatih/color v1.9.0
github.com/linkerd/linkerd2 v0.5.1-0.20210212214341-d2a40276107e
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/spf13/cobra v1.1.3
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
Expand Down
Loading

0 comments on commit 48b7a78

Please sign in to comment.