From dc56ffa7c8b237306ff40bae4bb50ab04d25cb02 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Fri, 16 Dec 2022 23:42:33 -0500 Subject: [PATCH] update path --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c997c1d..9253e90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ No support is provided when using this library, whilst we are using it internall ## Download ```bash -go get github.com/diamondcdn/fasthttp-http2 +go get github.com/synapsecns/fasthttp-http2 ``` ## Help diff --git a/go.mod b/go.mod index 7cc1f9f..c94c886 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/diamondcdn/fasthttp-http2 +module github.com/synapsecns/fasthttp-http2 go 1.19