Updated dependencies

This commit is contained in:
Laurence Withers 2022-07-06 10:00:24 +01:00
commit 6ea49bb3b3
2 changed files with 34 additions and 8 deletions

4
go.mod
View file

@ -1,8 +1,8 @@
module src.lwithers.me.uk/go/htpack
require (
github.com/gogo/protobuf v1.2.1
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
github.com/gogo/protobuf v1.3.2
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
)
go 1.13