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,15 +2,16 @@ module github.com/the-code-genin/ges-cli
22
33go 1.22
44
5- require github.com/urfave/cli/v2 v2.19.2
5+ require (
6+ github.com/stretchr/testify v1.9.0
7+ github.com/urfave/cli/v2 v2.19.2
8+ )
69
710require (
8- github.com/brianvoe/gofakeit/v7 v7.0.3 // indirect
911 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
1012 github.com/davecgh/go-spew v1.1.1 // indirect
1113 github.com/pmezard/go-difflib v1.0.0 // indirect
1214 github.com/russross/blackfriday/v2 v2.1.0 // indirect
13- github.com/stretchr/testify v1.9.0 // indirect
1415 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
1516 gopkg.in/yaml.v3 v3.0.1 // indirect
1617)
Original file line number Diff line number Diff line change 1- github.com/brianvoe/gofakeit/v7 v7.0.3 h1:tGCt+eYfhTMWE1ko5G2EO1f/yE44yNpIwUb4h32O0wo =
2- github.com/brianvoe/gofakeit/v7 v7.0.3 /go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA =
31github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
42github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
53github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
@@ -14,6 +12,7 @@ github.com/urfave/cli/v2 v2.19.2 h1:eXu5089gqqiDQKSnFW+H/FhjrxRGztwSxlTsVK7IuqQ=
1412github.com/urfave/cli/v2 v2.19.2 /go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI =
1513github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
1614github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
15+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1716gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1817gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
1918gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments