-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
29 lines (27 loc) · 1.51 KB
/
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
module github.com/linuxkit/rtf
go 1.15
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20170504185108-a40abc69f2ec+incompatible
github.com/fatih/color v1.4.1
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc // indirect
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.7.3-0.20170321093039-51463bfca257 // indirect
github.com/mattn/go-colorable v0.0.8-0.20170327083344-ded68f7a9561 // indirect
github.com/mattn/go-isatty v0.0.2 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170422000251-cc8532a8e9a5 // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v0.5.1-0.20170504040314-97253b98df84 // indirect
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/cobra v0.0.0-20170505085157-db6b9a8b3f3f
github.com/spf13/jwalterweatherman v0.0.0-20170109133355-fa7ca7e836cf // indirect
github.com/spf13/pflag v0.0.0-20170505055244-75859d1ee5f1 // indirect
github.com/spf13/viper v0.0.0-20170417080815-0967fc9aceab
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20170427041856-9ccfe848b9db // indirect
golang.org/x/text v0.0.0-20170427093521-470f45bf29f4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e // indirect
)