diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-02-26 17:06:43 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-02-26 17:06:43 +0100 |
| commit | 2a0875cf1f0b726678831cf9e8951b3363f4578d (patch) | |
| tree | b65e86e6000d979e84853d429a294b910387a405 /go.mod | |
| parent | 9dbdf08cb814a32ebb27d200391af83c6f2a7ff5 (diff) | |
start making a cli
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,13 +5,18 @@ go 1.19 require ( github.com/onsi/ginkgo/v2 v2.8.3 github.com/onsi/gomega v1.27.1 + github.com/spf13/cobra v1.6.1 ) require ( + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect github.com/google/go-cmp v0.5.9 // indirect github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect + github.com/inconshreveable/mousetrap v1.0.1 // indirect + github.com/russross/blackfriday/v2 v2.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect golang.org/x/text v0.7.0 // indirect |
