mirror of
https://github.com/mudler/luet.git
synced 2025-07-13 07:04:19 +00:00
12 lines
220 B
Modula-2
12 lines
220 B
Modula-2
module github.com/mudler/cobra-extensions
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.12.1
|
|
github.com/onsi/gomega v1.10.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.6.3
|
|
)
|