2020-11-15 23:20:15 +00:00
|
|
|
module git.kirsle.net/apps/doodle
|
|
|
|
|
2021-07-14 01:02:57 +00:00
|
|
|
go 1.16
|
2020-11-15 23:20:15 +00:00
|
|
|
|
|
|
|
require (
|
2022-01-09 01:06:19 +00:00
|
|
|
git.kirsle.net/go/audio v0.0.0-20201121073642-65068820cbc0
|
2020-11-15 23:20:15 +00:00
|
|
|
git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b
|
2022-03-06 19:37:08 +00:00
|
|
|
git.kirsle.net/go/render v0.0.0-20220305232212-c1b8bc910b2d
|
|
|
|
git.kirsle.net/go/ui v0.0.0-20220306064120-c9c7b33647cb
|
2022-01-09 03:21:08 +00:00
|
|
|
github.com/aichaos/rivescript-go v0.3.1
|
2022-01-09 01:06:19 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-07-26 04:46:55 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2022-02-21 22:18:36 +00:00
|
|
|
github.com/dop251/goja v0.0.0-20220214123719-b09a6bfa842f
|
2021-06-07 01:59:04 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2022-01-09 01:06:19 +00:00
|
|
|
github.com/gen2brain/dlgs v0.0.0-20211108104213-bade24837f0b
|
|
|
|
github.com/google/uuid v1.3.0
|
2022-02-21 22:18:36 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
2022-01-17 04:09:27 +00:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-03-06 19:37:08 +00:00
|
|
|
github.com/veandco/go-sdl2 v0.4.15
|
2022-02-21 22:18:36 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
2022-03-06 19:37:08 +00:00
|
|
|
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
|
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
2022-01-09 01:06:19 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-02-21 22:18:36 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2020-11-15 23:20:15 +00:00
|
|
|
)
|