-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1014 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 1014 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/drn/dots
go 1.21
require (
github.com/briandowns/spinner v1.11.1
github.com/fatih/color v1.10.0
github.com/go-ini/ini v1.62.0
github.com/imroc/req v0.3.0
github.com/jessevdk/go-flags v1.5.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
github.com/manifoldco/promptui v0.8.0
github.com/spf13/cobra v1.1.1
howett.net/plist v1.0.1
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
)