-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
go.mod
25 lines (22 loc) · 803 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
module github.com/MarvinJWendt/testza
go 1.18
require (
atomicgo.dev/assert v0.0.2
github.com/davecgh/go-spew v1.1.1
github.com/klauspost/cpuid/v2 v2.2.3
github.com/pterm/pterm v0.12.53
github.com/sergi/go-diff v1.2.0
)
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.8 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/lithammer/fuzzysearch v1.1.5 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.6.0 // indirect
)