From 12f12077549f40baa76e620decf0add622913b31 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 30 Aug 2024 17:24:15 -0400 Subject: [PATCH] Update go-fed/httpsig to v1.1.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fcf234e..836f513 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.13 require ( github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect github.com/dchest/uniuri v1.2.0 - github.com/go-fed/httpsig v0.1.1-0.20200204213531-0ef28562fabe + github.com/go-fed/httpsig v1.1.0 github.com/gologme/log v1.3.0 github.com/gorilla/mux v1.8.1 github.com/writeas/go-webfinger v1.1.0 // indirect