-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1000 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
27
28
29
30
module github.com/jonathanMelly/nomad
go 1.20
require (
github.com/briandowns/spinner v1.23.0
github.com/gologme/log v1.3.0
github.com/gookit/config/v2 v2.2.1
github.com/gookit/goutil v0.6.6
github.com/nyaosorg/go-windows-junction v0.1.0
github.com/udhos/equalfile v0.3.0
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)