github.com/jxskiss/gopkg@v0.17.3/go.mod (about)

     1  module github.com/jxskiss/gopkg
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.1.0
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/goccy/go-json v0.9.7
     9  	github.com/rogpeppe/go-internal v1.8.1 // indirect
    10  	github.com/spf13/cast v1.5.0
    11  	github.com/stretchr/testify v1.7.2
    12  	go.uber.org/atomic v1.9.0
    13  	go.uber.org/multierr v1.8.0 // indirect
    14  	go.uber.org/zap v1.21.0
    15  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    16  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    17  	gopkg.in/yaml.v2 v2.4.0
    18  )
    19  
    20  // The packge index is incomplete
    21  retract v0.17.0