doodle/go.mod

28 lines
1.2 KiB
Modula-2
Raw Normal View History

2022-09-24 22:17:25 +00:00
module git.kirsle.net/SketchyMaze/doodle
2020-11-15 23:20:15 +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-05-08 03:23:25 +00:00
git.kirsle.net/go/render v0.0.0-20220505053906-129a24300dfa
2022-10-10 20:28:04 +00:00
git.kirsle.net/go/ui v0.0.0-20221010004159-d82ef0b75165
github.com/aichaos/rivescript-go v0.3.1
2022-05-08 03:23:25 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dop251/goja v0.0.0-20221003171542-5ea1285e6c91
github.com/fsnotify/fsnotify v1.4.9
2022-10-10 20:28:04 +00:00
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
2022-01-09 01:06:19 +00:00
github.com/google/uuid v1.3.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/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
2022-10-10 20:28:04 +00:00
github.com/urfave/cli/v2 v2.19.2
github.com/veandco/go-sdl2 v0.4.25
golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
2020-11-15 23:20:15 +00:00
)