Update to Go 1.19

This commit is contained in:
Laurence Withers 2022-11-26 09:55:01 +00:00
commit 301dc0c7c8
3 changed files with 12 additions and 8 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.0.0-20220704084225-05e143d24a9e
golang.org/x/sys v0.2.0
)
go 1.13
go 1.19