forked from bots-garden/ori
| ✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme | 1 | module rickub.com/bots-garden/ori-desktop |
| 2 | ||
| 3 | go 1.25.0 | |
| 4 | ||
| 5 | require github.com/wailsapp/wails/v2 v2.16.0 | |
| 6 | ||
| 7 | require ( | |
| 8 | git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.3 // indirect | |
| 9 | github.com/bep/debounce v1.2.1 // indirect | |
| 10 | github.com/go-ole/go-ole v1.3.0 // indirect | |
| 11 | github.com/godbus/dbus/v5 v5.1.0 // indirect | |
| 12 | github.com/google/uuid v1.6.0 // indirect | |
| 13 | github.com/gorilla/websocket v1.5.3 // indirect | |
| 14 | github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect | |
| 15 | github.com/labstack/echo/v4 v4.13.3 // indirect | |
| 16 | github.com/labstack/gommon v0.4.2 // indirect | |
| 17 | github.com/leaanthony/go-ansi-parser v1.6.1 // indirect | |
| 18 | github.com/leaanthony/gosod v1.0.4 // indirect | |
| 19 | github.com/leaanthony/slicer v1.6.0 // indirect | |
| 20 | github.com/leaanthony/u v1.1.1 // indirect | |
| 21 | github.com/mattn/go-colorable v0.1.13 // indirect | |
| 22 | github.com/mattn/go-isatty v0.0.20 // indirect | |
| 23 | github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | |
| 24 | github.com/pkg/errors v0.9.1 // indirect | |
| 25 | github.com/rivo/uniseg v0.4.7 // indirect | |
| 26 | github.com/samber/lo v1.49.1 // indirect | |
| 27 | github.com/tkrajina/go-reflector v0.5.8 // indirect | |
| 28 | github.com/valyala/bytebufferpool v1.0.0 // indirect | |
| 29 | github.com/valyala/fasttemplate v1.2.2 // indirect | |
| 30 | github.com/wailsapp/go-webview2 v1.0.22 // indirect | |
| 31 | github.com/wailsapp/mimetype v1.4.1 // indirect | |
| 32 | golang.org/x/crypto v0.53.0 // indirect | |
| 33 | golang.org/x/net v0.56.0 // indirect | |
| 34 | golang.org/x/sys v0.46.0 // indirect | |
| 35 | golang.org/x/text v0.39.0 // indirect | |
| 36 | ) |