summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-23 22:04:24 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-26 07:53:43 +1000
commitafd669194ad73f85e21d5dfd6d8f0ec26286ca5e (patch)
treeef8cb4305aee51625c7a227a77fb4e6d6ffcf1d3 /go.mod
parent1494a3863da457eb023178fdcc0512d59e73acbe (diff)
use clipboard package to handle clipboard stuff
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 57dc13556..8fc96d144 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/jesseduffield/lazygit
go 1.14
require (
+ github.com/atotto/clipboard v0.1.2
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/creack/pty v1.1.11
github.com/fatih/color v1.7.0