Skip to content

Commit

Permalink
client: use upstream clipboard package
Browse files Browse the repository at this point in the history
It includes the local change and supports other Unix variants.
  • Loading branch information
jcs committed Apr 29, 2017
1 parent 6c1e6c6 commit dcb2e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import (

"golang.org/x/crypto/ssh/terminal"

"github.com/atotto/clipboard"
"github.com/robertknight/1pass/cmdmodes"
"github.com/robertknight/1pass/jsonutil"
"github.com/robertknight/1pass/onepass"
"github.com/robertknight/1pass/rangeutil"
"github.com/robertknight/clipboard"
)

var commandModes = []cmdmodes.Mode{
Expand Down

0 comments on commit dcb2e74

Please sign in to comment.