2022-09-24 22:17:25 +00:00
|
|
|
module git.kirsle.net/SketchyMaze/doodle
|
2020-11-15 23:20:15 +00:00
|
|
|
|
2024-04-19 05:50:18 +00:00
|
|
|
go 1.22.0
|
2020-11-15 23:20:15 +00:00
|
|
|
|
|
|
|
require (
|
2024-04-19 05:50:18 +00:00
|
|
|
git.kirsle.net/SketchyMaze/dpp v0.0.0-00010101000000-000000000000
|
2023-12-22 05:09:25 +00:00
|
|
|
git.kirsle.net/go/audio v0.0.0-20231209225956-d0ed23cf73c8
|
2020-11-15 23:20:15 +00:00
|
|
|
git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b
|
2024-04-19 05:50:18 +00:00
|
|
|
git.kirsle.net/go/render v0.0.0-20240212004549-a8da853de086
|
2023-12-22 05:09:25 +00:00
|
|
|
git.kirsle.net/go/ui v0.0.0-20231209230025-20a9d7bdff85
|
2023-12-02 20:46:17 +00:00
|
|
|
github.com/aichaos/rivescript-go v0.4.0
|
2021-07-26 04:46:55 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2024-04-19 05:50:18 +00:00
|
|
|
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
|
2022-10-10 20:28:04 +00:00
|
|
|
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
|
2024-04-19 05:50:18 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2020-11-15 23:20:15 +00:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
2024-04-19 05:50:18 +00:00
|
|
|
github.com/urfave/cli/v2 v2.27.1
|
|
|
|
github.com/veandco/go-sdl2 v0.4.38
|
|
|
|
golang.org/x/image v0.15.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20240416155748-26353dc0451f // indirect
|
|
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect
|
2024-04-19 05:50:18 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
|
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
|
|
golang.org/x/term v0.19.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
)
|