2022-07-28 22:03:57 +00:00
|
|
|
module git.home.m-and-m.ovh/mderasse/gouick
|
2022-07-15 11:49:53 +00:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-07-15 22:16:59 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
|
|
github.com/juju/errors v1.0.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-07-15 11:49:53 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-07-15 22:16:59 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2022-07-15 11:49:53 +00:00
|
|
|
)
|