aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulian Weigt <julian.weigt@gmail.com>2020-04-26 20:02:35 +0300
committerJulian Weigt <julian.weigt@gmail.com>2020-04-26 20:02:35 +0300
commit0f85fcc3fac833b1635af111e1a7024254fcf3c6 (patch)
treeec8018ac0e992fae4c882c196b91f9907aad5198 /go.mod
parent96bb87e8ac8f45d56d487ea6c16d67f057d97e1f (diff)
Implement copying to clipboard
"github.com/atotto/clipboard"
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 75d4a09..b8106b0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.14
require (
github.com/alecthomas/chroma v0.7.1
+ github.com/atotto/clipboard v0.1.2
github.com/disintegration/imaging v1.6.2
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/lithammer/fuzzysearch v1.1.0