about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authory0ast <joost@joo.st>2020-08-27 14:40:59 +0100
committerReto Brunner <reto@labrat.space>2020-08-28 07:10:58 +0200
commit2ada00de1e682c43327d8cecf090b58528020ffc (patch)
treee4bebcea3b232caca2eb1dc2d9fe92d4da21f555 /go.mod
parent720733bc6e534503bd88d8087ac0446c4c516d4a (diff)
downloadaerc-2ada00de1e682c43327d8cecf090b58528020ffc.tar.gz
Upgrade tcell version to 1.4.0 to support truecolor
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 1e30aba..54db849 100644
--- a/go.mod
+++ b/go.mod
@@ -15,14 +15,13 @@ require (
 	github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
 	github.com/emersion/go-smtp v0.12.1
 	github.com/fsnotify/fsnotify v1.4.7
-	github.com/gdamore/tcell v1.3.0
+	github.com/gdamore/tcell v1.4.0
 	github.com/go-ini/ini v1.52.0
 	github.com/golang/protobuf v1.3.4 // indirect
 	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
 	github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
 	github.com/imdario/mergo v0.3.8
 	github.com/kyoh86/xdg v1.2.0
-	github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
 	github.com/mattn/go-isatty v0.0.12
 	github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f // indirect
 	github.com/mattn/go-runewidth v0.0.8
@@ -44,5 +43,3 @@ require (
 )
 
 replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3
-
-replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190807054800-3fdb6bc01a50
Blame the previous revision' href='/danisanti/profani-tty/blame/themes/spawn?id=e97ec56fce641554ff7aa2ff9f0583e1fb9fc364'>^
6dabbbd5 ^
8a113ad6 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
6dabbbd5 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77