-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 954 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
24
25
26
27
module github.com/antonmedv/red
go 1.22.3
require (
github.com/gdamore/tcell v1.1.1
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
github.com/rivo/tview v0.0.0-20190319111340-8d5eba0c2f51
github.com/satyrius/gonx v1.3.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.0.0-20190313204849-f699dde9c340 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)