-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathgo.mod
More file actions
78 lines (74 loc) · 2.97 KB
/
go.mod
File metadata and controls
78 lines (74 loc) · 2.97 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
71
72
73
74
75
76
77
78
module go.abhg.dev/gs
go 1.26.0
require (
charm.land/bubbles/v2 v2.1.0
charm.land/bubbletea/v2 v2.0.6
charm.land/lipgloss/v2 v2.0.3
github.com/alecthomas/kong v1.15.0
github.com/buildkite/shellwords v1.0.1
github.com/charmbracelet/colorprofile v0.4.3
github.com/charmbracelet/x/ansi v0.11.7
github.com/charmbracelet/x/term v0.2.2
github.com/cli/browser v1.3.0
github.com/creack/pty v1.1.24
github.com/dustin/go-humanize v1.0.1
github.com/hexops/autogold/v2 v2.3.1
github.com/mattn/go-isatty v0.0.21
github.com/rogpeppe/go-internal v1.14.1
github.com/sahilm/fuzzy v0.1.1
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
github.com/vito/midterm v0.2.5-0.20260406170451-de5b3b202c56
github.com/zalando/go-keyring v0.2.8
go.abhg.dev/container/ring v0.3.0
go.abhg.dev/io/ioutil v0.1.0
go.abhg.dev/komplete v0.1.0
go.abhg.dev/log/silog v0.3.0
go.abhg.dev/testing/stub v0.2.0
go.uber.org/mock v0.6.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.20.0
gopkg.in/dnaeon/go-vcr.v4 v4.0.6
gopkg.in/yaml.v3 v3.0.1
pgregory.net/rapid v1.2.0
)
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260416155717-489999b90468 // indirect
github.com/charmbracelet/x/termios v0.1.1 // indirect
github.com/charmbracelet/x/windows v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/danielgatis/go-ansicode v1.0.7 // indirect
github.com/danielgatis/go-iterator v0.0.1 // indirect
github.com/danielgatis/go-utf8 v1.0.0 // indirect
github.com/danielgatis/go-vte v1.0.8 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/hexops/valast v1.5.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/tools v0.41.0 // indirect
mvdan.cc/gofumpt v0.9.2 // indirect
)
tool go.uber.org/mock/mockgen