Update to Go 1.26.0, update golang.org/x/sys

This commit is contained in:
Laurence Withers 2026-08-28 09:53:19 +01:00
commit 96ea58d32b
2 changed files with 4 additions and 2 deletions

4
go.mod
View file

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