fix: exchange cors library and add X-Requested-With to Access-Control-Request-Headers (#260)

This commit is contained in:
Livio Spring 2023-01-09 10:39:11 +01:00 committed by GitHub
parent 6289fae50d
commit b031c1f297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 14 deletions

2
go.mod
View file

@ -7,12 +7,12 @@ require (
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/go-github/v31 v31.0.0
github.com/google/uuid v1.3.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/jeremija/gosubmit v0.2.7
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rs/cors v1.8.3
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/zitadel/logging v0.3.4