nandi/oripublic Fork 0
4166f8fba899b222fab287c398dcab9bf6f6e5c9
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

go.mod · 36 lines · 1.4 KBAMPL Blame HistoryRaw
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday1module rickub.com/bots-garden/ori-desktop
2
3go 1.25.0
4
5require github.com/wailsapp/wails/v2 v2.16.0
6
7require (
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)