This repository was archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
70 lines (67 loc) · 2.94 KB
/
go.mod
File metadata and controls
70 lines (67 loc) · 2.94 KB
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
module github.com/go-curses/coreutils-replace
go 1.21.6
require (
github.com/dustin/go-humanize v1.0.1
github.com/go-corelibs/chdirs v1.1.1
github.com/go-corelibs/cli v0.4.0
github.com/go-corelibs/diff v1.1.1
github.com/go-corelibs/filewriter v1.0.1
github.com/go-corelibs/globs v1.0.0
github.com/go-corelibs/mock-stdio v1.1.1
github.com/go-corelibs/notify v1.0.2
github.com/go-corelibs/path v1.4.0
github.com/go-corelibs/replace v1.3.2
github.com/go-corelibs/scanners v1.1.0
github.com/go-corelibs/slices v1.5.0
github.com/go-curses/cdk v0.5.23
github.com/go-curses/ctk v0.5.14
github.com/pkg/profile v1.7.0
github.com/smartystreets/goconvey v1.8.1
github.com/urfave/cli/v2 v2.27.1
)
require (
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/creack/pty v1.1.21 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/ganbarodigital/go_glob v1.0.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/go-corelibs/maps v1.1.0 // indirect
github.com/go-corelibs/maths v1.0.1 // indirect
github.com/go-corelibs/strcases v1.0.0 // indirect
github.com/go-curses/term v1.2.2-gocurses.1 // indirect
github.com/go-curses/terminfo v1.1.0 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/jackdoe/go-gpmctl v0.0.0-20231210204613-737e8a242925 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/jtolio/gls v4.20.0+incompatible // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/tdewolff/parse/v2 v2.7.12 // indirect
github.com/tg123/go-htpasswd v1.2.2 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)