X Tutup
Skip to content

Commit daf02ff

Browse files
committed
de-inline go-termd
1 parent 4592aaf commit daf02ff

File tree

6 files changed

+4
-368
lines changed

6 files changed

+4
-368
lines changed

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,17 @@ go 1.13
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.0.4
7-
github.com/alecthomas/chroma v0.6.8
8-
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
97
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
108
github.com/hashicorp/go-version v1.2.0
119
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12-
github.com/kr/text v0.1.0
1310
github.com/mattn/go-colorable v0.1.2
1411
github.com/mattn/go-isatty v0.0.9
1512
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1613
github.com/mitchellh/go-homedir v1.1.0
17-
github.com/mitchellh/go-wordwrap v1.0.0
1814
github.com/pkg/errors v0.8.1
19-
github.com/russross/blackfriday/v2 v2.0.1
20-
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2115
github.com/spf13/cobra v0.0.5
2216
github.com/spf13/pflag v1.0.5
23-
github.com/tj/go-css v0.0.0-20191108133013-220a796d1705
17+
github.com/vilmibm/go-termd v0.0.4
2418
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
2519
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
2620
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ github.com/tj/go-css v0.0.0-20191108133013-220a796d1705/go.mod h1:e+JPLQ9wyQCgRn
110110
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
111111
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
112112
github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8=
113+
github.com/vilmibm/go-termd v0.0.4 h1:uCmDUZ3qZUblTN/D5Hvl+g1rTJj/HW746JQFWidqAyk=
114+
github.com/vilmibm/go-termd v0.0.4/go.mod h1:ys+dRO6wlM3el0vPJmYBkhOPPozViBgDXHOEn1x5Vsc=
113115
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
114116
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 h1:mKdxBk7AujPs8kU4m80U72y/zjbZ3UcXC7dClwKbUI0=
115117
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=

markdown/highlight.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

markdown/markdown.go

Lines changed: 0 additions & 122 deletions
This file was deleted.

markdown/theme.go

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup