mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 04:22:15 +08:00
113 lines
4.7 KiB
Modula-2
113 lines
4.7 KiB
Modula-2
module github.com/wailsapp/wails/v2
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/bep/debounce v1.2.1
|
|
github.com/bitfield/script v0.24.0
|
|
github.com/charmbracelet/glamour v0.8.0
|
|
github.com/flytam/filenamify v1.2.0
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/go-git/go-git/v5 v5.13.2
|
|
github.com/go-ole/go-ole v1.3.0
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackmordaunt/icns v1.0.0
|
|
github.com/jaypipes/ghw v0.13.0
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/leaanthony/clir v1.3.0
|
|
github.com/leaanthony/debme v1.2.1
|
|
github.com/leaanthony/go-ansi-parser v1.6.1
|
|
github.com/leaanthony/gosod v1.0.4
|
|
github.com/leaanthony/slicer v1.6.0
|
|
github.com/leaanthony/u v1.1.1
|
|
github.com/leaanthony/winicon v1.0.0
|
|
github.com/matryer/is v1.4.1
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.80
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/samber/lo v1.49.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tc-hib/winres v0.3.1
|
|
github.com/tidwall/sjson v1.2.5
|
|
github.com/tkrajina/go-reflector v0.5.8
|
|
github.com/wailsapp/go-webview2 v1.0.19
|
|
github.com/wailsapp/mimetype v1.4.1
|
|
github.com/wzshiming/ctc v1.2.3
|
|
golang.org/x/mod v0.23.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sys v0.30.0
|
|
golang.org/x/tools v0.30.0
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
atomicgo.dev/schedule v0.1.0 // indirect
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
|
github.com/ProtonMail/go-crypto v1.1.5 // indirect
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/charmbracelet/lipgloss v0.12.1 // indirect
|
|
github.com/charmbracelet/x/ansi v0.1.4 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/itchyny/gojq v0.12.13 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
|
github.com/jaypipes/pcidb v1.0.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
github.com/skeema/knownhosts v1.3.0 // indirect
|
|
github.com/tidwall/gjson v1.14.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/yuin/goldmark v1.7.4 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.3 // indirect
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
golang.org/x/image v0.12.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/term v0.29.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
mvdan.cc/sh/v3 v3.7.0 // indirect
|
|
)
|