-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (31 loc) · 1.18 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
37
38
39
module github.com/anti-raid/evil-befall
go 1.23.1
require github.com/wk8/go-ordered-map/v2 v2.1.8
require github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
require github.com/anti-raid/spintrack v0.16.0
require github.com/spewerspew/spew v0.0.0-20230513223542-89b69fbbe2bd // indirect
require (
github.com/anti-raid/shellcli v0.0.0-20240924224404-46bfe87be6b8
github.com/go-andiamo/splitter v1.2.5
github.com/peterh/liner v1.2.2 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gdamore/tcell/v2 v2.7.4 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/tview v0.0.0-20240921122403-a64fc48d7654
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)