fix go tooling

This commit is contained in:
2024-12-13 21:19:07 -06:00
parent 6891567fa0
commit 13b3c29d7d
2 changed files with 8 additions and 5 deletions

11
go.mod
View File

@@ -1,8 +1,6 @@
module vastop
go 1.21
toolchain go1.22.0
go 1.23.3
require github.com/wailsapp/wails/v2 v2.9.2
@@ -12,7 +10,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.10.2 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leaanthony/go-ansi-parser v1.6.0 // indirect
@@ -31,12 +29,15 @@ require (
github.com/wailsapp/go-webview2 v1.0.16 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
xevion.dev/quickvast/api v0.0.0
)
replace xevion.dev/quickvast/api => ./api
// replace github.com/wailsapp/wails/v2 v2.9.2 => C:\Users\Xevion\go\pkg\mod