Noah Petherbridge
cbd7816fdf
The Default handler of the developer command shell now calls out to RiveScript to match the user's message to a friendly reply. If RiveScript returns NoReplyMatched then give the "command not found" error.
31 lines
1.4 KiB
Modula-2
31 lines
1.4 KiB
Modula-2
module git.kirsle.net/apps/doodle
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.kirsle.net/go/audio v0.0.0-20201121073642-65068820cbc0
|
|
git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b
|
|
git.kirsle.net/go/render v0.0.0-20211231003948-9e640ab5c3da
|
|
git.kirsle.net/go/ui v0.0.0-20220102024925-49b5cfd03730
|
|
github.com/aichaos/rivescript-go v0.3.1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gen2brain/dlgs v0.0.0-20211108104213-bade24837f0b
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gopherjs/gopherjs v0.0.0-20220104163920-15ed2e8cf2bd // indirect
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
|
|
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/veandco/go-sdl2 v0.4.10
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|