github.com/daixiang0/gci@v0.13.0/go.mod (about)

     1  module github.com/daixiang0/gci
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/hexops/gotextdiff v1.0.3
     7  	github.com/pmezard/go-difflib v1.0.0
     8  	github.com/spf13/cobra v1.6.1
     9  	github.com/stretchr/testify v1.8.1
    10  	go.uber.org/zap v1.24.0
    11  	golang.org/x/sync v0.1.0
    12  	golang.org/x/tools v0.6.0
    13  	gopkg.in/yaml.v3 v3.0.1
    14  )
    15  
    16  require (
    17  	github.com/davecgh/go-spew v1.1.1 // indirect
    18  	github.com/inconshreveable/mousetrap v1.0.1 // indirect
    19  	github.com/spf13/pflag v1.0.5 // indirect
    20  	go.uber.org/atomic v1.7.0 // indirect
    21  	go.uber.org/multierr v1.6.0 // indirect
    22  	golang.org/x/mod v0.8.0 // indirect
    23  	golang.org/x/sys v0.5.0 // indirect
    24  )