Moved module to src.lwithers.me.uk
This commit is contained in:
parent
280bf2b181
commit
7abc96d537
3 changed files with 7 additions and 5 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue