File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ module go-cat
22
33go 1.18
44
5+ require github.com/spf13/cobra v1.5.0
6+
57require (
68 github.com/inconshreveable/mousetrap v1.0.0 // indirect
7- github.com/spf13/cobra v1.5.0 // indirect
89 github.com/spf13/pflag v1.0.5 // indirect
910)
Original file line number Diff line number Diff line change 1- module vinery/cli-files/ go-ls
1+ module go-ls
22
33go 1.18
44
5- require github.com/spf13/cobra v1.4 .0
5+ require github.com/spf13/cobra v1.5 .0
66
77require (
88 github.com/inconshreveable/mousetrap v1.0.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/cpuguy83/go-md2man/v2 v2.0.1 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
1+ github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
22github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM =
33github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
44github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
5- github.com/spf13/cobra v1.4 .0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q =
6- github.com/spf13/cobra v1.4 .0 /go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g =
5+ github.com/spf13/cobra v1.5 .0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU =
6+ github.com/spf13/cobra v1.5 .0 /go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM =
77github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
88github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
99gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "vinery/cli-files/ go-ls/cmd"
4+ "go-ls/cmd"
55)
66
77func main () {
You can’t perform that action at this time.
0 commit comments