- Bump Go toolchain from 1.24.0 to 1.25.0 - Upgrade Wails from v2.10.1 to v2.12.0 - Upgrade tidwall/gjson from v1.18.0 to v1.19.0 - Upgrade labstack/echo from v4.13.3 to v4.15.2 - Upgrade labstack/gommon from v0.4.2 to v0.5.0 - Upgrade samber/lo from v1.49.1 to v1.53.0 - Upgrade gorilla/websocket to v1.5.3 (new transitive dep) - Upgrade go-webview2 from v1.0.19 to v1.0.23 - Upgrade danieljoos/wincred from v1.2.2 to v1.2.3 - Upgrade godbus/dbus/v5 from v5.1.0 to v5.2.2 - Upgrade jchv/go-winloader to latest - Upgrade mattn/go-isatty from v0.0.20 to v0.0.22 - Upgrade tidwall/match from v1.1.1 to v1.2.0 - Upgrade golang.org/x/crypto, net, sys, term to latest - Add go-toast/v2 as new transitive dependency from Wails
52 lines
2.1 KiB
Modula-2
52 lines
2.1 KiB
Modula-2
module AniTrack
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/99designs/keyring v1.2.2
|
|
github.com/tidwall/gjson v1.19.0
|
|
github.com/wailsapp/wails/v2 v2.12.0
|
|
)
|
|
|
|
require (
|
|
git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.3 // indirect
|
|
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
|
|
github.com/bep/debounce v1.2.1 // indirect
|
|
github.com/danieljoos/wincred v1.2.3 // indirect
|
|
github.com/dvsekhvalnov/jose2go v1.8.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20250406163304-c1995be93bd1 // indirect
|
|
github.com/labstack/echo/v4 v4.15.2 // indirect
|
|
github.com/labstack/gommon v0.5.0 // indirect
|
|
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
|
|
github.com/leaanthony/gosod v1.0.4 // indirect
|
|
github.com/leaanthony/slicer v1.6.0 // indirect
|
|
github.com/leaanthony/u v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/samber/lo v1.53.0 // indirect
|
|
github.com/tidwall/match v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tkrajina/go-reflector v0.5.8 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/wailsapp/go-webview2 v1.0.23 // indirect
|
|
github.com/wailsapp/mimetype v1.4.1 // indirect
|
|
golang.org/x/crypto v0.52.0 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
golang.org/x/term v0.43.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|
|
|
|
// replace github.com/wailsapp/wails/v2 v2.9.1 => /home/nymusicman/go/pkg/mod
|