github.com/yoogoc/kratos-scaffold@v0.0.0-20240402032722-a538b3c18955/go.mod (about)

     1  module github.com/yoogoc/kratos-scaffold
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/gertd/go-pluralize v0.2.0
     7  	github.com/iancoleman/strcase v0.2.0
     8  	github.com/mattn/go-shellwords v1.0.12
     9  	github.com/mitchellh/go-homedir v1.1.0
    10  	github.com/pkg/errors v0.9.1
    11  	github.com/spf13/cobra v1.4.0
    12  	github.com/spf13/pflag v1.0.5
    13  	golang.org/x/mod v0.5.1
    14  	golang.org/x/tools v0.1.9-0.20211216111533-8d383106f7e7
    15  	gopkg.in/yaml.v2 v2.4.0
    16  )
    17  
    18  require (
    19  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    20  	golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
    21  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    22  )