Moved module to src.lwithers.me.uk

This commit is contained in:
Laurence Withers 2020-01-15 18:28:43 +00:00
commit 7abc96d537
3 changed files with 7 additions and 5 deletions

6
go.mod
View file

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