porygion/go.mod
2020-08-02 09:36:08 -05:00

10 lines
222 B
Modula-2

module github.com/huderlem/porygion
go 1.13
require (
github.com/muesli/clusters v0.0.0-20180605185049-a07a36e67d36
github.com/muesli/kmeans v0.0.0-20200718051629-66f1657148c0
github.com/ojrac/opensimplex-go v1.0.1
)