Update Go version to 1.25, update golang.org/x/sys

This commit is contained in:
Laurence Withers 2026-06-06 10:16:03 +01:00
commit 5412b97411
2 changed files with 5 additions and 5 deletions

6
go.mod
View file

@ -1,8 +1,8 @@
module src.lwithers.me.uk/go/htpack
go 1.25.0
require (
github.com/gogo/protobuf v1.3.2
golang.org/x/sys v0.22.0
golang.org/x/sys v0.45.0
)
go 1.22