-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (31 loc) · 1.25 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
module gitlab.com/isbm/teabox
go 1.19
require (
github.com/davecgh/go-spew v1.1.1
github.com/gdamore/tcell/v2 v2.6.0
github.com/infra-whizz/wzlib v0.0.0-20210306212611-2af49aea1704
github.com/isbm/crtview v1.6.3-0.20230530153538-5cae141c17c3
//github.com/isbm/crtview v1.6.2
github.com/isbm/go-nanoconf v0.0.0-20210917204429-663038ee6e05
github.com/karrick/godirwalk v1.17.0
)
require github.com/stretchr/testify v1.8.1
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/isbm/textwrap v0.0.0-20190729202254-22edad10bd84 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
gitlab.com/tslocum/cbind v0.1.4 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
//replace github.com/isbm/crtview v1.6.2 => /home/bo/work/crtview