-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 1003 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 1003 Bytes
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
module github.com/bengarrett/namzd
// Update go-version in .github/workflows/goreleaser.yml when updating this version
go 1.26.2
require (
github.com/alecthomas/kong v1.15.0
github.com/charlievieth/fastwalk v1.0.14
github.com/charmbracelet/colorprofile v0.4.3
github.com/charmbracelet/x/ansi v0.11.7
github.com/nalgeon/be v0.3.0
)
require (
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/nilaway v0.0.0-20250805202745-8ad05f089790 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/tools v0.32.0 // indirect
)
tool go.uber.org/nilaway/cmd/nilaway