mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-11 10:00:58 +00:00
Use my fork of clipboard
This commit is contained in:
parent
cfd97b21ad
commit
ba33802525
2 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/atotto/clipboard"
|
||||
"github.com/mitchellh/go-homedir"
|
||||
"github.com/zyedidia/clipboard"
|
||||
)
|
||||
|
||||
// CursorUp moves the cursor up
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@ import (
|
|||
"os"
|
||||
"runtime"
|
||||
|
||||
"github.com/atotto/clipboard"
|
||||
"github.com/go-errors/errors"
|
||||
"github.com/layeh/gopher-luar"
|
||||
"github.com/mattn/go-isatty"
|
||||
"github.com/mitchellh/go-homedir"
|
||||
"github.com/yuin/gopher-lua"
|
||||
"github.com/zyedidia/clipboard"
|
||||
"github.com/zyedidia/tcell"
|
||||
"github.com/zyedidia/tcell/encoding"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue