codeberg.org/gruf/go-mangler@v1.3.0/go.mod (about) 1 module codeberg.org/gruf/go-mangler 2 3 go 1.19 4 5 require ( 6 codeberg.org/gruf/go-loosy v0.0.0-20231007123304-bb910d1ab5c4 7 github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 8 github.com/fxamacker/cbor v1.5.1 9 github.com/mitchellh/hashstructure/v2 v2.0.2 10 github.com/modern-go/reflect2 v1.0.2 11 ) 12 13 require ( 14 github.com/json-iterator/go v1.1.12 // indirect 15 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect 16 github.com/x448/float16 v0.8.4 // indirect 17 )