-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 733 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (22 loc) · 733 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
module github.com/inhere/xenv
go 1.24
toolchain go1.24.6
require (
github.com/BurntSushi/toml v1.6.0
github.com/goccy/go-json v0.10.6
github.com/goccy/go-yaml v1.19.2
github.com/gookit/cliui v0.3.2-0.20260608113907-f6bc389c4134
github.com/gookit/color v1.6.2-0.20260604125953-289d54c4470a
github.com/gookit/config/v2 v2.2.8
github.com/gookit/gcli/v3 v3.5.0
github.com/gookit/goutil v0.7.6
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/term v0.31.0 // indirect
golang.org/x/text v0.24.0 // indirect
)