github.com/aacfactory/avro@v1.2.12/go.mod (about)

     1  module github.com/aacfactory/avro
     2  
     3  go 1.21.0
     4  
     5  require (
     6  	github.com/json-iterator/go v1.1.12
     7  	github.com/mitchellh/mapstructure v1.5.0
     8  	github.com/modern-go/reflect2 v1.0.2
     9  	golang.org/x/sync v0.5.0
    10  )
    11  
    12  require (
    13  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    14  	github.com/stretchr/testify v1.7.1 // indirect
    15  	gopkg.in/yaml.v3 v3.0.1 // indirect
    16  )