mirror of
https://github.com/spf13/cobra
synced 2024-11-17 19:27:09 +00:00
12 lines
199 B
Modula-2
12 lines
199 B
Modula-2
|
module github.com/spf13/cobra/cobra
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
github.com/spf13/cobra v0.0.0
|
||
|
github.com/spf13/viper v1.7.0
|
||
|
)
|
||
|
|
||
|
replace github.com/spf13/cobra => ../
|