-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathtools.mod
More file actions
61 lines (58 loc) · 2.79 KB
/
tools.mod
File metadata and controls
61 lines (58 loc) · 2.79 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
module github.com/sablierapp/sablier/tools
go 1.26.0
tool (
github.com/Zxilly/go-size-analyzer/cmd/gsa
github.com/jstemmer/go-junit-report/v2
go.uber.org/mock/mockgen
)
require (
github.com/Zxilly/go-size-analyzer v1.11.0 // indirect
github.com/ZxillyFork/gore v0.0.0-20260213142603-6d34e9fbcd04 // indirect
github.com/ZxillyFork/gosym v0.0.0-20240510024817-deed2b882525 // indirect
github.com/ZxillyFork/trie v0.0.0-20240512061834-f75150731646 // indirect
github.com/ZxillyFork/wazero v0.0.0-20260213135451-912d95480a5c // indirect
github.com/alecthomas/kong v1.14.0 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/blacktop/go-dwarf v1.0.14 // indirect
github.com/blacktop/go-macho v1.1.259 // indirect
github.com/charmbracelet/bubbles v1.0.0 // indirect
github.com/charmbracelet/bubbletea v1.3.10 // indirect
github.com/charmbracelet/colorprofile v0.4.2 // indirect
github.com/charmbracelet/lipgloss v1.1.0 // indirect
github.com/charmbracelet/x/ansi v0.11.6 // indirect
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.10.0 // indirect
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/go-delve/delve v1.26.0 // indirect
github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
github.com/knadh/profiler v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/nikolaydubina/treemap v1.2.5 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/puzpuzpuz/xsync/v4 v4.4.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/samber/lo v1.52.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/mock v0.6.0 // indirect
golang.org/x/arch v0.24.0 // indirect
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)