An engagement based washing machine that spins you round and round!
at main 11 lines 241 B view raw
1module github.com/brooke/brooke-spin 2 3go 1.25.5 4 5require ( 6 github.com/disintegration/imaging v1.6.2 7 github.com/mattn/go-sqlite3 v1.14.33 8 gopkg.in/yaml.v3 v3.0.1 9) 10 11require golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect