-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 499 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 499 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/markbates/refresh
go 1.17
require (
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.1
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.2.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)