module git.kirsle.net/SketchyMaze/doodle go 1.16 require ( git.kirsle.net/go/audio v0.0.0-20231209225956-d0ed23cf73c8 git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b git.kirsle.net/go/render v0.0.0-20220505053906-129a24300dfa git.kirsle.net/go/ui v0.0.0-20231209230025-20a9d7bdff85 github.com/aichaos/rivescript-go v0.4.0 github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dlclark/regexp2 v1.10.0 // indirect github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect github.com/google/uuid v1.5.0 github.com/gopherjs/gopherjs v1.17.2 // indirect github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect github.com/urfave/cli/v2 v2.26.0 github.com/veandco/go-sdl2 v0.4.36 github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect golang.org/x/crypto v0.17.0 // indirect golang.org/x/image v0.14.0 )