module github.com/ssimpl/algo go 1.22 require ( github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 github.com/stretchr/testify v1.5.1 ) require ( github.com/davecgh/go-spew v1.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect )