github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/go.mod (about)

     1  module github.com/hamba/avro/v2
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/ettle/strcase v0.2.0
     7  	github.com/golang/snappy v0.0.4
     8  	github.com/json-iterator/go v1.1.12
     9  	github.com/klauspost/compress v1.17.8
    10  	github.com/mitchellh/mapstructure v1.5.0
    11  	github.com/modern-go/reflect2 v1.0.2
    12  	github.com/stretchr/testify v1.9.0
    13  	golang.org/x/tools v0.21.0
    14  )
    15  
    16  require (
    17  	github.com/davecgh/go-spew v1.1.1 // indirect
    18  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    19  	github.com/pmezard/go-difflib v1.0.0 // indirect
    20  	golang.org/x/mod v0.17.0 // indirect
    21  	gopkg.in/yaml.v3 v3.0.1 // indirect
    22  )