github.com/jxskiss/gopkg/v2@v2.14.9-0.20240514120614-899f3e7952b4/go.mod (about)

     1  module github.com/jxskiss/gopkg/v2
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.3.2
     7  	github.com/go-logr/logr v1.4.1
     8  	github.com/gobwas/glob v0.2.3
     9  	github.com/json-iterator/go v1.1.12
    10  	github.com/mitchellh/mapstructure v1.5.0
    11  	github.com/spf13/cast v1.6.0
    12  	github.com/stretchr/testify v1.8.4
    13  	github.com/tidwall/gjson v1.17.1
    14  	go.uber.org/multierr v1.11.0
    15  	go.uber.org/zap v1.27.0
    16  	golang.org/x/sync v0.6.0
    17  	golang.org/x/sys v0.18.0
    18  	google.golang.org/protobuf v1.33.0
    19  	gopkg.in/yaml.v3 v3.0.1
    20  )
    21  
    22  require (
    23  	github.com/davecgh/go-spew v1.1.1 // indirect
    24  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    25  	github.com/modern-go/reflect2 v1.0.2 // indirect
    26  	github.com/pmezard/go-difflib v1.0.0 // indirect
    27  	github.com/tidwall/match v1.1.1 // indirect
    28  	github.com/tidwall/pretty v1.2.1 // indirect
    29  )
    30  
    31  retract (
    32  	v2.8.4 // Published accidentally.
    33  	v2.3.5 // Has panic bug in easy.SplitMap.
    34  )