github.com/zly-app/zapp@v1.3.3/go.mod (about)

     1  module github.com/zly-app/zapp
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/json-iterator/go v1.1.6
     7  	github.com/klauspost/compress v1.15.9
     8  	github.com/opentracing/opentracing-go v1.2.0
     9  	github.com/spf13/cast v1.3.0
    10  	github.com/spf13/viper v1.7.1
    11  	github.com/stretchr/testify v1.8.1
    12  	github.com/takama/daemon v1.0.0
    13  	github.com/vmihailenco/msgpack/v5 v5.3.5
    14  	go.opentelemetry.io/otel v1.13.0
    15  	go.opentelemetry.io/otel/trace v1.13.0
    16  	go.uber.org/automaxprocs v1.5.1
    17  	go.uber.org/zap v1.16.0
    18  	golang.org/x/net v0.0.0-20190620200207-3b0461eec859
    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/fsnotify/fsnotify v1.4.7 // indirect
    25  	github.com/go-logr/logr v1.2.3 // indirect
    26  	github.com/go-logr/stdr v1.2.2 // indirect
    27  	github.com/hashicorp/hcl v1.0.0 // indirect
    28  	github.com/magiconair/properties v1.8.1 // indirect
    29  	github.com/mitchellh/mapstructure v1.1.2 // indirect
    30  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    31  	github.com/modern-go/reflect2 v1.0.1 // indirect
    32  	github.com/pelletier/go-toml v1.2.0 // indirect
    33  	github.com/pmezard/go-difflib v1.0.0 // indirect
    34  	github.com/spf13/afero v1.1.2 // indirect
    35  	github.com/spf13/jwalterweatherman v1.0.0 // indirect
    36  	github.com/spf13/pflag v1.0.3 // indirect
    37  	github.com/subosito/gotenv v1.2.0 // indirect
    38  	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
    39  	go.uber.org/atomic v1.6.0 // indirect
    40  	go.uber.org/multierr v1.5.0 // indirect
    41  	golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
    42  	golang.org/x/text v0.3.2 // indirect
    43  	gopkg.in/ini.v1 v1.51.0 // indirect
    44  	gopkg.in/yaml.v2 v2.2.4 // indirect
    45  )