2022-09-24 22:17:25 +00:00
|
|
|
module git.kirsle.net/SketchyMaze/doodle
|
2020-11-15 23:20:15 +00:00
|
|
|
|
2021-07-14 01:02:57 +00:00
|
|
|
go 1.16
|
2020-11-15 23:20:15 +00:00
|
|
|
|
|
|
|
require (
|
2023-04-09 04:26:08 +00:00
|
|
|
git.kirsle.net/go/audio v0.0.0-20230310065553-fa6eb3d3a029
|
2020-11-15 23:20:15 +00:00
|
|
|
git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b
|
2022-05-08 03:23:25 +00:00
|
|
|
git.kirsle.net/go/render v0.0.0-20220505053906-129a24300dfa
|
2023-04-09 04:26:08 +00:00
|
|
|
git.kirsle.net/go/ui v0.0.0-20230409041824-8716c479e90b
|
2023-12-02 20:46:17 +00:00
|
|
|
github.com/aichaos/rivescript-go v0.4.0
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
2021-07-26 04:46:55 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2023-12-02 20:46:17 +00:00
|
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
|
|
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
|
2021-06-07 01:59:04 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2022-10-10 20:28:04 +00:00
|
|
|
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
|
2023-12-02 20:46:17 +00:00
|
|
|
github.com/google/pprof v0.0.0-20231127191134-f3a68a39ae15 // indirect
|
|
|
|
github.com/google/uuid v1.4.0
|
2022-05-08 03:23:25 +00:00
|
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect
|
2023-12-02 20:46:17 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
|
|
github.com/veandco/go-sdl2 v0.4.36
|
|
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
|
|
golang.org/x/image v0.14.0
|
2020-11-15 23:20:15 +00:00
|
|
|
)
|