packed: switch gogo/proto → google

This commit is contained in:
Laurence Withers 2026-06-06 11:00:04 +01:00
commit 357f702925
5 changed files with 345 additions and 1113 deletions

2
go.mod
View file

@ -3,6 +3,6 @@ module src.lwithers.me.uk/go/htpack
go 1.26.0
require (
github.com/gogo/protobuf v1.3.2
golang.org/x/sys v0.47.0
google.golang.org/protobuf v1.36.12
)