Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 8f87e2b

Browse files
committed
Update module rs/cors to v1.7.0
1 parent 63c55aa commit 8f87e2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/moul/http2curl v1.0.0 // indirect
4545
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
4646
github.com/pkg/errors v0.8.1
47-
github.com/rs/cors v1.6.0
47+
github.com/rs/cors v1.7.0
4848
github.com/satori/go.uuid v1.2.0
4949
github.com/savaki/amplitude-go v0.0.0-20160610055645-f62e3b57c0e4
5050
github.com/sergi/go-diff v1.0.0 // indirect

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6So
296296
github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
297297
github.com/rs/cors v1.6.0 h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=
298298
github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
299+
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
299300
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc=
300301
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
301302
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=

0 commit comments

Comments
 (0)