Skip to content

Commit 215cd89

Browse files
chore: update module github.com/rs/cors to v1.11.0 [security]
1 parent f132b07 commit 215cd89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/kennygrant/sanitize v1.2.4
2424
github.com/labstack/echo/v4 v4.11.4
2525
github.com/mitchellh/mapstructure v1.5.0
26-
github.com/oklog/ulid v1.3.1
2726
github.com/paulmach/go.geojson v1.4.0
2827
github.com/pkg/errors v0.9.1
2928
github.com/ravilushqa/otelgqlgen v0.15.0
@@ -117,9 +116,10 @@ require (
117116
github.com/mattn/go-isatty v0.0.20 // indirect
118117
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
119118
github.com/nicksnyder/go-i18n/v2 v2.4.0 // indirect
119+
github.com/oklog/ulid v1.3.1 // indirect
120120
github.com/opentracing/opentracing-go v1.2.0 // indirect
121121
github.com/pmezard/go-difflib v1.0.0 // indirect
122-
github.com/rs/cors v1.10.1 // indirect
122+
github.com/rs/cors v1.11.0 // indirect
123123
github.com/russross/blackfriday/v2 v2.1.0 // indirect
124124
github.com/sendgrid/rest v2.6.9+incompatible // indirect
125125
github.com/sendgrid/sendgrid-go v3.14.0+incompatible // indirect

server/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
516516
github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
517517
github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
518518
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
519-
github.com/rs/cors v1.10.1 h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=
520-
github.com/rs/cors v1.10.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
519+
github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po=
520+
github.com/rs/cors v1.11.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
521521
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
522522
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
523523
github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA=

0 commit comments

Comments
 (0)