From b02115e390bb58dc7eac3b474c83f9e6b4ee2ded Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 28 Oct 2023 10:03:51 +0200 Subject: Fix go module path --- src/http/csrf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/csrf.go') diff --git a/src/http/csrf.go b/src/http/csrf.go index a64e37e..8606360 100644 --- a/src/http/csrf.go +++ b/src/http/csrf.go @@ -6,7 +6,7 @@ import ( "net/http" "net/url" - "github.com/mediocregopher/blog.mediocregopher.com/srv/http/apiutil" + "code.betamike.com/mediocregopher/mediocre-blog/src/http/apiutil" ) func checkCSRF(r *http.Request, publicURL *url.URL) error { -- cgit v1.2.3