chore: update go version and go mod tidy (#2043)

This commit is contained in:
henrygd
2026-05-28 14:00:27 -04:00
parent 9708e24fd2
commit d3a1d61955
2 changed files with 8 additions and 33 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/henrygd/beszel
go 1.26.1
go 1.26.3
require (
github.com/blang/semver v3.5.1+incompatible
@@ -20,6 +20,7 @@ require (
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.52.0
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
golang.org/x/net v0.55.0
golang.org/x/sys v0.45.0
gopkg.in/yaml.v3 v3.0.1
howett.net/plist v1.0.1
@@ -56,7 +57,6 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/term v0.43.0 // indirect