-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (21 loc) · 907 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/reusee/li
go 1.14
require (
github.com/emicklei/dot v1.0.0 // indirect
github.com/gdamore/tcell v1.4.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/junegunn/fzf v0.0.0-20220913004311-b5efc68737e8
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/reusee/dscope v0.0.0-20220914012115-8e06fa6bcfe4
github.com/reusee/e4 v0.0.0-20220624024633-9eab321f05d6
github.com/reusee/e5 v0.0.0-20220904082237-2324612c136a // indirect
github.com/reusee/pr v0.0.0-20220902154654-adb0578fc28b // indirect
github.com/reusee/toml v0.4.0
github.com/rivo/uniseg v0.4.2 // indirect
github.com/sergi/go-diff v1.2.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.0.0-20201204222352-654352759326
)