Skip to content

Commit

Permalink
Update linkerd version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong committed Aug 5, 2022
1 parent 7e7cb8b commit c1d55f8
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 392 deletions.
4 changes: 2 additions & 2 deletions cmd/tapshark.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
pkgcmd "github.com/linkerd/linkerd2/pkg/cmd"
"github.com/linkerd/linkerd2/pkg/healthcheck"
"github.com/linkerd/linkerd2/pkg/k8s"
vizpkg "github.com/linkerd/linkerd2/viz/pkg"
"github.com/linkerd/linkerd2/viz/pkg/util"
"github.com/linkerd/linkerd2/viz/pkg/api"
tapPb "github.com/linkerd/linkerd2/viz/tap/gen/tap"
tapPkg "github.com/linkerd/linkerd2/viz/tap/pkg"
Expand Down Expand Up @@ -97,7 +97,7 @@ func NewCmdTapShark() *cobra.Command {
# tap the test namespace, filter by request to prod namespace
linkerd tapshark ns/test --to ns/prod`,
Args: cobra.RangeArgs(1, 2),
ValidArgs: vizpkg.ValidTargets,
ValidArgs: util.ValidTargets,
RunE: func(cmd *cobra.Command, args []string) error {
if options.namespace == "" {
options.namespace = pkgcmd.GetDefaultNamespace(options.kubeconfigPath, options.kubeContext)
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.16

require (
github.com/gdamore/tcell/v2 v2.2.0
github.com/golang/protobuf v1.4.3
github.com/linkerd/linkerd2 v0.0.0-20210326173630-e798b33e2e95
github.com/golang/protobuf v1.5.2
github.com/linkerd/linkerd2 v0.0.0-20220804180254-c3594bd373cb
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
)
Loading

0 comments on commit c1d55f8

Please sign in to comment.