Update go-fed/httpsig to v1.1.0

master
Matt Baer 2024-08-30 17:24:15 -04:00
parent d14ff25d35
commit 12f1207754
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.13
require ( require (
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
github.com/dchest/uniuri v1.2.0 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/gologme/log v1.3.0
github.com/gorilla/mux v1.8.1 github.com/gorilla/mux v1.8.1
github.com/writeas/go-webfinger v1.1.0 // indirect github.com/writeas/go-webfinger v1.1.0 // indirect