github.com/onflow/atree@v0.6.0/go.mod (about) 1 module github.com/onflow/atree 2 3 go 1.17 4 5 require ( 6 github.com/fxamacker/cbor/v2 v2.4.1-0.20220515183430-ad2eae63303f 7 github.com/fxamacker/circlehash v0.3.0 8 github.com/stretchr/testify v1.8.1 9 github.com/zeebo/blake3 v0.2.3 10 lukechampine.com/blake3 v1.1.7 11 ) 12 13 require ( 14 github.com/davecgh/go-spew v1.1.1 // indirect 15 github.com/klauspost/cpuid/v2 v2.0.12 // indirect 16 github.com/pmezard/go-difflib v1.0.0 // indirect 17 github.com/stretchr/objx v0.5.0 // indirect 18 github.com/x448/float16 v0.8.4 // indirect 19 gopkg.in/yaml.v3 v3.0.1 // indirect 20 )