Skip to content

Commit

Permalink
use stdlib errors package
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarmy committed Oct 11, 2019
1 parent ca26eba commit 14559e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package command

import (
"context"
"errors"
"flag"
"fmt"
"io"
Expand Down Expand Up @@ -39,7 +40,6 @@ import (
"github.com/hashicorp/vault/sdk/version"
"github.com/kr/pretty"
"github.com/mitchellh/cli"
"github.com/pkg/errors"
"github.com/posener/complete"
)

Expand Down

0 comments on commit 14559e5

Please sign in to comment.