pupate

Puzzle transpiler
git clone https://git.woozle.org/neale/pupate.git

Neale Pickett  ·  2024-12-20

go.mod

 1module github.com/dirtbags/pupate
 2
 3go 1.23.0
 4
 5require (
 6	facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
 7	github.com/fsnotify/fsnotify v1.7.0
 8	github.com/lmittmann/tint v1.0.5
 9	github.com/yuin/goldmark v1.7.1
10	gopkg.in/yaml.v3 v3.0.1
11)
12
13require golang.org/x/sys v0.23.0 // indirect