Updated modules

This commit is contained in:
Laurence Withers 2024-07-18 14:54:30 +01:00
commit 2a1eafa306
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -2,7 +2,7 @@ module src.lwithers.me.uk/go/htpack
require (
github.com/gogo/protobuf v1.3.2
golang.org/x/sys v0.2.0
golang.org/x/sys v0.22.0
)
go 1.19
go 1.22