1
0
forked from wrenn/wrenn

Bump frontend and Go x/ dependencies

- vite 7→8, @sveltejs/vite-plugin-svelte 6→7, typescript 5→6
- golang.org/x/crypto v0.49→v0.50, golang.org/x/sys v0.42→v0.43 (both modules)
This commit is contained in:
2026-04-13 00:01:53 +06:00
parent 7b853a05ba
commit 0189d030bb
6 changed files with 383 additions and 682 deletions

View File

@ -19,7 +19,7 @@ require (
github.com/shirou/gopsutil/v4 v4.26.2
github.com/stretchr/testify v1.11.1
github.com/txn2/txeh v1.8.0
golang.org/x/sys v0.42.0
golang.org/x/sys v0.43.0
google.golang.org/protobuf v1.36.11
)
@ -37,6 +37,6 @@ require (
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)