diff options
| author | 2024-01-31 15:15:28 +0100 | |
|---|---|---|
| committer | 2024-01-31 14:15:28 +0000 | |
| commit | b614d33c408b4910ace29567b7c27b45a528a2b4 (patch) | |
| tree | d7418dad819ae5b1a5f8a94917ae0c2ee1f9d0f5 /go.mod | |
| parent | Improve context descendant sorting (#2579) (diff) | |
| download | gotosocial-b614d33c408b4910ace29567b7c27b45a528a2b4.tar.xz | |
[feature] Try HTTP signature validation with and without query params for incoming requests (#2591)
* [feature] Verify signatures both with + without query params
* Bump to tagged version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,6 @@ require ( github.com/gin-contrib/gzip v0.0.6 github.com/gin-contrib/sessions v0.0.5 github.com/gin-gonic/gin v1.9.1 - github.com/go-fed/httpsig v1.1.0 github.com/go-playground/form/v4 v4.2.1 github.com/google/uuid v1.5.0 github.com/gorilla/feeds v1.1.2 @@ -48,6 +47,7 @@ require ( github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.8.4 github.com/superseriousbusiness/activity v1.4.0-gts + github.com/superseriousbusiness/httpsig v1.2.0-SSB github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8 github.com/tdewolff/minify/v2 v2.20.14 github.com/technologize/otel-go-contrib v1.1.0 @@ -106,6 +106,7 @@ require ( github.com/gabriel-vasile/mimetype v1.4.2 // indirect github.com/gin-contrib/sse v0.1.0 // indirect github.com/go-errors/errors v1.4.1 // indirect + github.com/go-fed/httpsig v1.1.0 // indirect github.com/go-jose/go-jose/v3 v3.0.1 // indirect github.com/go-logr/logr v1.4.1 // indirect github.com/go-logr/stdr v1.2.2 // indirect |
