-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 859 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
26
module alon.kr/x/usm
go 1.23.0
require (
alon.kr/x/aarch64codegen v0.0.0-20250208154601-95698b4bcdcf
alon.kr/x/list v0.0.0-20241203223347-3173d76828c0
alon.kr/x/set v0.0.0-20250105200711-55a9ad95f635
alon.kr/x/stack v0.0.0-20241231201659-c96903670d6f
alon.kr/x/view v0.0.0-20241117132723-5c30dbef3c86
github.com/fatih/color v1.18.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)